useFormFields
does not return array field values
#10739
tyteen4a03
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
useFormFields
hook, when used on array fields, only return the block ID of the array row instead of the array row's field values. This forces all components who wants to listen for changes in a single array field to useuseAllFormFields
, which isn't ideal for performance as the form gets larger.I'm not sure if this is a bug or a feature request, so I'm putting it here.
Beta Was this translation helpful? Give feedback.
All reactions