Removed event

This commit is contained in:
Joan Sanchez 2020-03-13 10:52:56 +01:00
parent 298e52e055
commit ba19c9069a
1 changed files with 1 additions and 4 deletions

View File

@ -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() {