todo set autocomplete dirty
This commit is contained in:
parent
f8736bc599
commit
c3c31884a6
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue