VladY

Results 4 comments of VladY

Fast solution could be the following: https://github.com/EasyCorp/EasyAdminBundle/issues/4842#issuecomment-1377644859

All installed plugins were disabled and problem starts to reproduce right after PHP Annotations plugin is enabled (even without Symfony plugin).

Any suggestions/ideas on how to disable any validation on filters? Or make separate group instead of `Default`.

Fast solution in your project is to override Symfony FormFactory. Here is an example: First, create a class ```php