useFieldEffects #4234
Faithfinder
started this conversation in
Ideas
useFieldEffects
#4234
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My form has a shape of
Record<string, ComplicatedConfigObject>
I would like to react to changes within the
ComplicatedConfigObject
, like replace it entirely, if it'stype
changes.While it's possible to achieve that using
useFormEffects
, I need to do a complicated path pattern. If I could calluseFieldEffects
within the field, it would simplify the logic tremendously.Beta Was this translation helpful? Give feedback.
All reactions