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
在一些场景下,输入框往往会被输入法挡住,无法将报错信息完全展示出来,此时基于 onChange 做实时校验表单有些浪费性能
希望 支持自定义表单校验触发事件
<FormInput validateTrigger="onBlur" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
在一些场景下,输入框往往会被输入法挡住,无法将报错信息完全展示出来,此时基于 onChange 做实时校验表单有些浪费性能
期望
希望 支持自定义表单校验触发事件
思路
The text was updated successfully, but these errors were encountered: