Skip to content

Commit 5eb3a93

Browse files
author
Graham Butler
committed
append author-menu observed attributes
1 parent 5dca070 commit 5eb3a93

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-select",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "author-select custom element (web component).",
55
"main": "dist/author-select.min.js",
66
"scripts": {

src/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class AuthorSelectElement extends AuthorMenuElement {
5050
}
5151

5252
static get observedAttributes () {
53-
return ['autofocus', 'disabled', 'multiple', 'name', 'open', 'placeholder', 'tabindex', 'size']
53+
return [...AuthorMenuElement.observedAttributes, 'multiple']
5454
}
5555

5656
clear () {

0 commit comments

Comments
 (0)