Merge branch '2.0' of https://github.com/iview/iview into 2.0

This commit is contained in:
梁灏 2019-04-09 14:47:47 +08:00
commit b265d61178

View file

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