You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
Using the 'required' attribute on a Dropdown component does not prevent a form from submitting, even when the dropdown value is empty.
Expected behavior
Either the 'required' attribute affects a form's validity, or the attribute is removed from this component.
This appears to have been removed on this commit: 5f2096e
The props still contain a 'required' attribute, but all references to that prop were removed from the rest of the component.
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
Using the 'required' attribute on a Dropdown component does not prevent a form from submitting, even when the dropdown value is empty.
Expected behavior
Either the 'required' attribute affects a form's validity, or the attribute is removed from this component.
This appears to have been removed on this commit: 5f2096e
The props still contain a 'required' attribute, but all references to that prop were removed from the rest of the component.
The text was updated successfully, but these errors were encountered: