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
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
For example setting a form element required in the input filter does not render the element with required attribute. The same happens for any validations which could be directly handled by html5.
I know I can set the attributes on the form element directly, but with this I have to maintain the same information in two separate places.