We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当前组件设计下,form填写rules并设置了相关的rules.required=true后,form-item组件依旧需要再传一个required,不够智能。
如上
The text was updated successfully, but these errors were encountered:
feat: formItem的required的星号支持从rules中自动判断是否显示(jd-opensource#2637)
367164f
feat(form-item): required 样式支持由 rules 控制 (#2637) (#2640)
d5b8715
Successfully merging a pull request may close this issue.
这个功能解决了什么问题?
当前组件设计下,form填写rules并设置了相关的rules.required=true后,form-item组件依旧需要再传一个required,不够智能。
你期望的组件设计是怎样的?
如上
The text was updated successfully, but these errors were encountered: