Validate on blur #19
|
Hi, I can see that it validates client-side on submit; but can it be configured to validate fields on blur as well? |
Answered by
sinanbozkus
Feb 7, 2021
Replies: 2 comments 15 replies
What kind of validate do you want to add? Can you give me an example? (Like required field, email alredy in use check etc.) |
5 replies
|
I found a solution and published a new prerelease package. https://www.nuget.org/packages/FormHelper/3.3.1-beta2 After tests, I am going to add this feature to the new version. Can you check it? Thanks. |
10 replies
Answer selected by
doogdeb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a solution and published a new prerelease package.
https://www.nuget.org/packages/FormHelper/3.3.1-beta2
After tests, I am going to add this feature to the new version. Can you check it?
Thanks.