todo set autocomplete dirty

This commit is contained in:
Daniel Herrero 2018-01-23 15:04:16 +01:00
parent f8736bc599
commit c3c31884a6
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ export default class Watcher extends Component {
}
dataChanged() {
if (this.form && !this.form.$dirty) return false;
// if (this.form && !this.form.$dirty) return false; // TODO: autocomplete no hace dirty de form
let newData = this.copyInNewObject(this.data);
return !isEqual(newData, this.orgData);
}