This commit is contained in:
rhyme 2020-06-17 10:51:48 +08:00
parent 8f9d3604e6
commit e205e05247

View file

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