Commit b265d61178f0907cd75c6acb2dacd0b36806b156
Merge branch '2.0' of https://github.com/iview/iview into 2.0
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/components/input-number/input-number.vue
@@ -292,6 +292,7 @@ | @@ -292,6 +292,7 @@ | ||
292 | } | 292 | } |
293 | }, | 293 | }, |
294 | change (event) { | 294 | change (event) { |
295 | + if (event.type == 'change') return; | ||
295 | 296 | ||
296 | if (event.type == 'input' && !this.activeChange) return; | 297 | if (event.type == 'input' && !this.activeChange) return; |
297 | let val = event.target.value.trim(); | 298 | let val = event.target.value.trim(); |