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

feat: add Field::displayIf method #6451

Open
wants to merge 2 commits into
base: 4.x
Choose a base branch
from

Conversation

zorn-v
Copy link
Contributor

@zorn-v zorn-v commented Sep 21, 2024

Allow display fields based on other fields values of entity, for example

Field::new('field_one')->displayIf(static fn ($entity) => $entity->getFieldTwo() > 0)

Currently it only possible via form extension in FormEvents::PRE_SET_DATA form builder event listener, which not so convinient.
https://symfony.com/doc/current/form/dynamic_form_modification.html#customizing-your-form-based-on-the-underlying-data

Closes #6102

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

Successfully merging this pull request may close these issues.

Add "entity" property to FieldDto or "displayIf" method
1 participant