Replies: 1 comment
-
It's possible using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @bluebill1049 @thanh-nguyen-95
I have 2 text input fields and
submit
button as well.I need those 2 fields to have some validation functions, but I don't want to have
validate
on them.When I click
submit
, which callssave
function, that's where I want to do my own validation on those 2 input fields and if something is wrong, I want to stop and show the user the actual error, but I want this error to be shown as the error part of the form validation. 1. This would stop the execution 2. it would put the message in theerrors
which would appear on below of the field that the validation failed for.Is it possible ?
Beta Was this translation helpful? Give feedback.
All reactions