Skip to content

Adding required attributes to form widgets + error display

Benoit Alessandroni requested to merge feature/add-missing-required-on-form into dev

Adding required attributes to all solid-form widgets

  • Allow trigerring HTML5 validation
  • Current limitation is around the SlimSelect and other specific widgets (list to validate)

Adding back the display of errors when submitting a form fails.

Disabling the next processing when there is an error (still need to check that part)

Ping @matthieu @clement : what do you think ?

What kind of other form validation could we enforce ?

Edited by Benoit Alessandroni

Merge request reports