<van-field type="number"> 组件无法拦截-(减号)的输入; 且在输入减号时,input事件收到的数据是个空字符串,导致无法自行处理减号的输入。</van-field>
Screenshots
Environment
- Device: iPhoneXR
- Browser: native webview
- Vant Version: 1.4.7
Reproduce
- 使用
<van-field type="number" value="test" @input="handleInput">
- 在
handleInput
中监听输入,当输入-号的时候,收到的数据为""