We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1508c2 commit 53f4376Copy full SHA for 53f4376
TODO.md
@@ -0,0 +1 @@
1
+- Instead of calling `inject()` on surrogates, fire an event
package.json
@@ -1,6 +1,6 @@
{
2
"name": "@author.io/element-control",
3
- "version": "1.0.11",
+ "version": "1.0.12",
4
"description": "author-control custom element (web component).",
5
"main": "dist/author-control.min.js",
6
"scripts": {
src/element.js
@@ -182,8 +182,8 @@ class AuthorFormControlElement extends AuthorBaseElement(HTMLElement) {
182
}
183
})
184
185
- this.removeChild(original)
186
surrogate.inject(original, this.querySelectorAll('label'))
+ this.removeChild(original)
187
188
this.appendChild(surrogate)
189
this.PRIVATE.input = surrogate
0 commit comments