Closed jdadeliom closed 1 year ago
When not using choice_mask_widget
When using it
You have to switch them because choice_mask_widget need to change fields row attrs
public function configureCrud(): Crud
{
return Crud::new()
->addFormTheme('@EasyCommon/crud/custom_panel.html.twig')
->addFormTheme('@EasyFields/form/choice_mask_widget.html.twig')
;
}
this is working
But custom panel will be removed because it is not following EasyAdmin UI, feel free to add a custom css class and add your own css styles if needed
when using
custom_panel
withchoice_mask_widget
, the panels don't work anymore