Closed erikalanghauser closed 2 years ago
I can't say that this is a bug? That is working as designed. If a user entered a required field and exited that field and the value is still empty, then it should error. You will find this to be a constant with all other input elements and the required
attribute.
Accidentally added to other PR, no work has been done about this issue.
Labeling as abandoned as the reported bug is expected behavior. If there is to be a change to this behavior, please include @leeejune to discuss the i/o error state management and the expected UX.
Describe the bug
Required combobox fields error on a click into the field and click out, prior to any text being entered. This feels like bad practice to error on the user prior to even attempting to enter any text as they might just be directing their attention elsewhere temporarily.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I don't expect the required combobox to error until the user has entered text into the field OR submitted the form without entering any text into the field.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context