m-input-number
m-input-number copied to clipboard
android 下长按「+/-」后并移出inputHandler后,离开手势,会一直进行加减,永远不会停止
这个应该是android 下 touchstart并滑动手势后,就不会触发touchend 事件引起的
Copy from https://github.com/react-component/input-number/issues/37
@zengyue
I also met the same problem, how to solve it?