canonical / react-components

A set of components based on Vanilla Framework
https://canonical.github.io/react-components
92 stars 51 forks source link

Select: form validation with required attribute #1045

Open jw-can opened 6 months ago

jw-can commented 6 months ago

When setting the required attribute on <Select>, this attribute is not passed to the <select> element. This results in client-side form validation ignoring the required select field.

See also: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/required