You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On click of Approve/Reject button I want to pass "data" as well. How can I access form data? I tried to override onChange event and update state of the answers but then after each keystroke the input component loses focus and I need to click again in order to type the next character.
The text was updated successfully, but these errors were encountered:
ritesh-nahar
changed the title
Access data from Custom buttons/events
Access data in Custom buttons/events
Jan 22, 2024
I have shown 3 buttons inside submitButton container. Below is the code for the same:
On click of Approve/Reject button I want to pass "data" as well. How can I access form data? I tried to override onChange event and update state of the answers but then after each keystroke the input component loses focus and I need to click again in order to type the next character.
The text was updated successfully, but these errors were encountered: