Added autocomplete property
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
3c88a25c2a
commit
509f2233fc
|
@ -138,7 +138,7 @@ export default class Field extends FormInput {
|
|||
|
||||
set autocomplete(value) {
|
||||
this._autocomplete = value;
|
||||
console.log(value);
|
||||
|
||||
if (value === 'off')
|
||||
this.input.setAttribute('autocomplete', 'off');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue