Removed autocomplete completion for chrome
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d616b8a535
commit
12c37a0703
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue