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
I have a form textfield which is set to be required, but there is no validation, when I send the form.
When i insert {% if field.validate.required in ['on', 'true', 1] %}required="required"{% endif %}
in to the grav-theme-bootstrap4/templates/forms/fields/textarea/textfield.html.twig everything works OK.
So it looks to me like a bug
The text was updated successfully, but these errors were encountered:
I have a form textfield which is set to be required, but there is no validation, when I send the form.
When i insert
{% if field.validate.required in ['on', 'true', 1] %}required="required"{% endif %}
in to the grav-theme-bootstrap4/templates/forms/fields/textarea/textfield.html.twig everything works OK.
So it looks to me like a bug
The text was updated successfully, but these errors were encountered: