This commit is contained in:
susiwen 2019-04-16 19:13:30 +08:00
parent 272ecc1ece
commit abee7a3cd2

View file

@ -292,7 +292,7 @@
}
},
change (event) {
if (event.type == 'change') return;
if (event.type == 'change' && this.activeChange) return;
if (event.type == 'input' && !this.activeChange) return;
let val = event.target.value.trim();