react-components icon indicating copy to clipboard operation
react-components copied to clipboard

Select: form validation with required attribute

Open jw-can opened this issue 1 year ago • 1 comments

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

jw-can avatar Feb 20 '24 15:02 jw-can

Triage: should be relatively low effort to fix.

bartaz avatar Sep 30 '24 10:09 bartaz