1941-autocomplete
This commit is contained in:
parent
39a41f9a64
commit
a39a35f1a1
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue