arco-design-vue
arco-design-vue copied to clipboard
需要在某些情况下禁用输入组件被Form注入error状态
- [x] I'm sure this does not appear in the issue list of the repository
基本信息
- 依赖包名 及 版本: @arco-design/[email protected]
- 浏览器版本: chrome127.0.0.0
复现步骤
有时需要封装一些复杂的表单控件,比如我这个控件里面有一个搜索框,会搜索部分数据。如果该FormItem校验错误,会给该搜索框Input注入error的状态,这显然是不合理的,需要关闭这个搜索框的error状态