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
Bootstrap 4 template for Symfony does not display error messages when form element is rendered without label.
Create form with option 'label'=>false, create validator, submit form that should have not valid data.
Form element is rendered in red not knowing what kind of error it is.