Open hwde opened 4 years ago
Adding "novalidate" to the form solve it ... see: https://stackoverflow.com/questions/22148080/an-invalid-form-control-with-name-is-not-focusable
Well, it is the radio-group "Access Control". If nothing is selected Chrome can't save. Maybe it should be catched by script and notified to the user ...
Click on "Save": The following error is logged to browser console:
An invalid form control with name='roles[acl]' is not focusable.
so the form doesn't get submitted.