-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.1.6
Environment
Windows10 vue2.2
Reproduction link
https://github.com/vueComponent/ant-design-vue/blob/master/components/vc-input-number/src/index.js
Steps to reproduce
1.外部定时刷新数据 data1
2.设置InputNumber 的v-model=data1
3.change事件里经过运算更新data1(更新过程有1秒延时)
3.键盘更改InputNumber值时,由于change事件会导致输入2位数时,后一位输入不了
What is expected?
暴露失去焦点这个事件,失去焦点后回调数值变化
What is actually happening?
输入错误
songlairui