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.buildInput('text');
|
||||
this.input.setAttribute('autocomplete', 'off');
|
||||
this.input.addEventListener('blur', () => {
|
||||
console.log('focus out');
|
||||
});
|
||||
this.autocomplete = 'off';
|
||||
}
|
||||
|
||||
get field() {
|
||||
|
|
Loading…
Reference in New Issue