How to validate on initial display? #664
-
I want to validate default value of screen. |
Beta Was this translation helpful? Give feedback.
Answered by
edmundhung
Jun 4, 2024
Replies: 1 comment 3 replies
-
you should be able to validate a field directly with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I forget that the name is optional on the validate intent.
form.validate()
should be enough if you wanna validate the whole form. You don't need to trigger any event from the inputs.