How to programmatically make the form components touched . #1461
Unanswered
adityapatil9191
asked this question in
Need help
Replies: 4 comments 1 reply
|
Please find the link for reference https://codesandbox.io/p/sandbox/react-data-driven-autocomplete-forked-9tkfvt?file=%2Fsrc%2FForm.jsx%3A17%2C26. When I move from one accordion to another, I want to highlight validations for that accordion when I move away from it. |
0 replies
|
You can find all the input fields in the children and do |
1 reply
|
@rvsia please let me know if you had a chance to review the above code |
0 replies
|
Hello can anyone please help me with the status of the above request? |
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.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am working on creation of the form components. I want to programmatically change their state to touched. How can I do that? @rvsia
All reactions