You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I try to enable "Automatic validation" feature but its not working well for me.
If column type is boolean, form component creating a html checkbox. After enable "Automatic validation", it's set to required. I cant select for "false". So, it will always "true".
I believe this is rather a duplicate of #26593 so I am going to close here. If we manage to reproduce that this is something else, we can reopen anyway.
Symfony version(s) affected: 4.3.*
Description
I try to enable "Automatic validation" feature but its not working well for me.
If column type is boolean, form component creating a html checkbox. After enable "Automatic validation", it's set to required. I cant select for "false". So, it will always "true".
https://symfony.com/blog/new-in-symfony-4-3-automatic-validation
How to reproduce
Symfony 4.3 + EasyAdmin Bundle
Possible Solution
If input type is checkbox(doctrine type boolean), it should be not required.
Additional context
If this issue is same with #32070, sorry.
The text was updated successfully, but these errors were encountered: