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
When setting the
requiredattribute 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