Skip to content

Commit f8ed95c

Browse files
author
Graham Butler
committed
fix bug with datalist input assignment
1 parent 77bc21e commit f8ed95c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/element-control",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "author-control custom element (web component).",
55
"main": "dist/author-control.min.js",
66
"scripts": {

src/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class AuthorFormControlElement extends AuthorBaseElement(HTMLElement) {
202202

203203
authorDatalist.inject(inputElement, surrogate, guid)
204204
this.replaceChild(authorDatalist, datalistSourceElement)
205-
this.PRIVATE.input = authorDatalist
205+
this.PRIVATE.inputElement = authorDatalist
206206
},
207207

208208
initDefaultDatalist: () => {

0 commit comments

Comments
 (0)