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 77bc21e commit f8ed95cCopy full SHA for f8ed95c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@author.io/element-control",
3
- "version": "1.0.14",
+ "version": "1.0.15",
4
"description": "author-control custom element (web component).",
5
"main": "dist/author-control.min.js",
6
"scripts": {
src/element.js
@@ -202,7 +202,7 @@ class AuthorFormControlElement extends AuthorBaseElement(HTMLElement) {
202
203
authorDatalist.inject(inputElement, surrogate, guid)
204
this.replaceChild(authorDatalist, datalistSourceElement)
205
- this.PRIVATE.input = authorDatalist
+ this.PRIVATE.inputElement = authorDatalist
206
},
207
208
initDefaultDatalist: () => {
0 commit comments