Replies: 1 comment 2 replies
-
|
|
Beta Was this translation helpful? Give feedback.
2 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.
-
For example:
I have contacts Array Field (
useFieldArray()). Each contact is an object with contactType and contactValue fields.I need to watch only for each contactType field in contacts array, because
watch("contacts")is excessively.I need something like
watch("contacts[].contactType"), but it doesn't work.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions