input-number icon indicating copy to clipboard operation
input-number copied to clipboard

【建议】不知道是否方便给onChange提供更多参数

Open chunmu opened this issue 4 years ago • 0 comments

在实际使用的过程中,发现用户很在意自己的输入数字是不是被矫正了,开发这需要获取这个信息,提供最终值和用户输入值就有一个比较的入口。

// 类似这种
onChange(value, input) {
}

chunmu avatar Oct 18 '21 08:10 chunmu