Merge pull request #5646 from susiwen8/#5645

Fix #5645
This commit is contained in:
Aresn 2019-04-26 16:40:22 +08:00 committed by GitHub
commit a636cbbaee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();