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
If the overlay was open when the user clears the field using the clear button, the overlay should not close.
Edit: I think we should actually open the overlay when the user clears the field using the button, if it was not open before (contrary to what I previously wrote).
The text was updated successfully, but these errors were encountered:
Going over the demos, I see that vaadin-combo-boxes don't have the clear button when there's no item selected. Is that's what's expected? Cause I think it impedes at least one of your comments above.
When you edited your comment, were you insinuating that the former thing you said was no longer valid?
Take a combo box which has a value, focus it -> the overlay opens -> click the clear button -> the overlay closes (it should not)
I had previously written that the overlay should not open when pressing the clear button if the overlay is closed. But I changed my thoughts here, and think we should always open the dropdown when the user clears the value (as they are at the same time focusing the field with the mouse). Usually, it means the user is going to change it to something else, so we make it easier for them to pick another value.
If the overlay was open when the user clears the field using the clear button, the overlay should not close.
Edit: I think we should actually open the overlay when the user clears the field using the button, if it was not open before (contrary to what I previously wrote).
The text was updated successfully, but these errors were encountered: