How can I implement a form validation without using the form label? #12344
Unanswered
hellohejinyu
asked this question in
Q&A
Replies: 1 comment
-
Input type of this name is focusing on it, how can I name it like this without focusing and changing the name? <input |
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.
-
I found that Chrome has problems rendering forms in certain layouts. So I decided to replace the
form
with adiv
.I didn't find any relevant examples in the documentation.
I have achieved my goal through
trigger
andgetValues
methods, but I am not sure if there are any potential problems. I am unfamiliar withreact-hok-form
, so I hope a professional developer can answer this question.Beta Was this translation helpful? Give feedback.
All reactions