Adding support for getting single field values in @mantine/form #7201
anthonyalayo
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Going through the docs and code with use-form:
https://mantine.dev/form/use-form/#values
I can see that there is the ability to get all form values, but not a single form value:
This would be a great API to have for cases where you need to run logic on particular form fields. In my use case, I am trying to set a hidden input from a particular form field (since the javascript and html formatting is different due to an input mask).
Beta Was this translation helpful? Give feedback.
All reactions