1941-autocomplete

This commit is contained in:
Juan Ferrer 2019-12-17 13:18:58 +01:00
parent 39a41f9a64
commit a39a35f1a1
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ export default class Autocomplete extends Field {
} }
showDropDown(search) { showDropDown(search) {
if (this.readonly) return; if (!this.editable) return;
this.assignDropdownProps(); this.assignDropdownProps();
this.$.dropDown.show(this.container, search); this.$.dropDown.show(this.container, search);
} }