Removed autocomplete completion for chrome
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-03-10 11:36:49 +01:00
parent d616b8a535
commit 12c37a0703
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._selection = null;
this.input = this.element.querySelector('input'); this.input = this.element.querySelector('input');
this.input.setAttribute('autocomplete', 'off');
} }
$postLink() { $postLink() {