Select: form validation with required attribute #1045
Labels
Bug 🐛
Something isn't working
P3 Triaged
Issue has been reviewed as part of legacy backlog grooming (project P3).
Triaged: v4
Triaged, to be implemented as part of Vanilla v4
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
The text was updated successfully, but these errors were encountered: