-
When I add an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @chiester , If you only need the fields value I think |
Beta Was this translation helpful? Give feedback.
-
When I add an |
Beta Was this translation helpful? Give feedback.
-
Hi @chiester , If you only need the fields value I think |
Beta Was this translation helpful? Give feedback.
Hi @chiester ,
If you only need the fields value I think
useField
hook could help you with this. You can find the documentation for this here. This hook will give you access to all of the fields data and you won't need to pass avalue
and anonChange
to it explicitly.