Merge branch 'master' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-03-10 14:46:53 +01:00
commit 98e82ca91d
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}