Skip to content

Comments

feat: add Field::displayIf method#6451

Open
zorn-v wants to merge 5 commits intoEasyCorp:4.xfrom
zorn-v:field-display-if
Open

feat: add Field::displayIf method#6451
zorn-v wants to merge 5 commits intoEasyCorp:4.xfrom
zorn-v:field-display-if

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

@astronati
Copy link

@zorn-v news about this?

@zorn-v
Copy link
Contributor Author

zorn-v commented Oct 22, 2024

@javiereguiluz ping

@zorn-v
Copy link
Contributor Author

zorn-v commented Sep 22, 2025

Up.
Currently I want to hide some fields on detail page depends on other fields of entity, and there is no applicable methods for doing this (it is not form).

@zorn-v
Copy link
Contributor Author

zorn-v commented Sep 22, 2025

@javiereguiluz

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants