Skip to content
New issue

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

[FormInput]: 能否支持仅通过 blur 触发表单校验 #1346

Open
nooooooom opened this issue Dec 23, 2024 · 0 comments
Open

[FormInput]: 能否支持仅通过 blur 触发表单校验 #1346

nooooooom opened this issue Dec 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nooooooom
Copy link

背景

在一些场景下,输入框往往会被输入法挡住,无法将报错信息完全展示出来,此时基于 onChange 做实时校验表单有些浪费性能

期望

希望 支持自定义表单校验触发事件

思路

<FormInput validateTrigger="onBlur" />
@nooooooom nooooooom added the enhancement New feature or request label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant