Replies: 1 comment
-
If it doesn't use You don't have any other option really, I don't think there is any problem applying |
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 have built my own status toggle that doesn't need to be validated:
I don't want to force this toggle to make it
useField
because it will never have errors, never need to be validated, and also is used many area outside of av-form
Is there a way I can
setTouched
on that field? I tried this, but I notice it's not working, I assume becauseinitialValues
is not aware of its presence (which now that I think of it I'm very curious how the form is able to see the initial values anyway when I'm not actually passing anything to the form as a prop...... )Beta Was this translation helpful? Give feedback.
All reactions