Removed event
This commit is contained in:
parent
298e52e055
commit
ba19c9069a
|
@ -13,10 +13,7 @@ export default class Datalist extends Textfield {
|
||||||
this._selection = null;
|
this._selection = null;
|
||||||
|
|
||||||
this.buildInput('text');
|
this.buildInput('text');
|
||||||
this.input.setAttribute('autocomplete', 'off');
|
this.autocomplete = 'off';
|
||||||
this.input.addEventListener('blur', () => {
|
|
||||||
console.log('focus out');
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get field() {
|
get field() {
|
||||||
|
|
Loading…
Reference in New Issue