Removed autocomplete completion for chrome

This commit is contained in:
Joan Sanchez 2020-03-10 11:36:49 +01:00
parent 0b72e91f0f
commit b214de25ce
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export default class Autocomplete extends Field {
this._selection = null;
this.input = this.element.querySelector('input');
this.input.setAttribute('autocomplete', 'off');
}
$postLink() {