Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding "path" to hidden field's context (ConditionalPropertyCallbackContext) #6018

Open
good-idea opened this issue Mar 15, 2024 · 0 comments

Comments

@good-idea
Copy link

Is your feature request related to a problem? Please describe.

Yes: I would like to hide a field conditionally based on whether or not it is within an ancestor block of a particular type.

Describe the solution you'd like

For ConditionalPropertyCallbackContext to have a path value, just like ValidationContext

Describe alternatives you've considered

The only other way to achieve this is looking through all fields within context.parent to find the current field - this is quite complicated

Additional context

This was previously requested before v3 ticket cleanup #3125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants