arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

表单验证器是真的不好用

Open chenkby opened this issue 3 years ago • 2 comments

基本信息

现有案例

https://github.com/yiminghe/async-validator

预期解决问题

1、想找个integer验证器没找到,应该算是比较常用到的验证了 2、每个验证器的提示其实都是固定格式的,例如“xx不能为空","xx必须是一个数组", "xx至少选择1个"。我是觉得没必要每个message都写一遍。(参考async-validator中的fullField) 3、验证规则书写复杂,我要验证必填 邮箱格式,必须写两个验证器。当然这个跟第2条应该有关系。

chenkby avatar Mar 15 '22 07:03 chenkby