Pass Path as an argument to hooks, validate, defaultValue, filterOptions(for relations) etc. #2416
AndoGhevian
started this conversation in
Feature Requests & Ideas
Replies: 1 comment
-
Golden idea. Gonna add this to our roadmap. I think it's a great addition. |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Sometimes for deep structured documents, even with depth 2, like group->group, array->array, it is required to get context of outer array Item, or group fields, but there is no way for that. We have though access to data of a document, but we also need a path to:
This request concerns fieldHooks, validations, defaultValue, filterOptions etc.
Beta Was this translation helpful? Give feedback.
All reactions