-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Short description of what this feature will allow to do:
Rather than hide a field based on a page, user can create a custom way to determine whether the field should be hidden or not!
Example of how to use this feature
yield TextField::new('property')
->hideIf(function($entity) {
return !$entity->hasRequiredProperty();
});
;JorickPepin, msphn, Geolim4, colonelclick and pfpro
Metadata
Metadata
Assignees
Labels
No labels