arco-design-vue
arco-design-vue copied to clipboard
InputNumber 在min和step 配合使用时, 并没有限制输入要符合step, 比如min为0, step为10, 仍然可以输入12, 正确的应为10,20,30...
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Browser: chrome119.0.0.0
step应该是为了方便用户快捷地输入值哦,你要实现这个可以使用自定义校验