arco-design-vue
                                
                                 arco-design-vue copied to clipboard
                                
                                    arco-design-vue copied to clipboard
                            
                            
                            
                        表单验证器是真的不好用
- [ ] I'm sure this does not appear in the issue list of the repository
基本信息
现有案例
https://github.com/yiminghe/async-validator
预期解决问题
1、想找个integer验证器没找到,应该算是比较常用到的验证了 2、每个验证器的提示其实都是固定格式的,例如“xx不能为空","xx必须是一个数组", "xx至少选择1个"。我是觉得没必要每个message都写一遍。(参考async-validator中的fullField) 3、验证规则书写复杂,我要验证必填 邮箱格式,必须写两个验证器。当然这个跟第2条应该有关系。