react-components
react-components copied to clipboard
Select: form validation with required attribute
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
Triage: should be relatively low effort to fix.