parent
81ed1f6ebb
commit
3ec1a64a6b
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@
|
|||
|
||||
_searchModePopup = null;
|
||||
|
||||
get value() {
|
||||
return this.searchTextbox.value;
|
||||
}
|
||||
|
||||
set value(val) {
|
||||
this.searchTextbox.value = val;
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
let content = document.importNode(this.content, true);
|
||||
this.append(content);
|
||||
|
|
Loading…
Reference in a new issue