-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve combobox single item styling #919
Comments
@timroes To better understand your use case, why would you decide to use the |
Because we want grouping and search available in the component. |
Labeling this style only since it doesn't involve a functionality change. I agree we could probably improve the styling a bit, but I wouldn't consider this a blocker at the moment. |
This is similar to my request in #854. |
This was fixed in #1139 via |
We currently render a
singleSelection={true}
combobox the same as any other:I think we should rethink that behavior, since this combobox still looks a lot like you would be able to select multiple values, since the single value is rendered in it's tag form. To be a proper replacement to the current aggregation selection we would need the selected value to look like a single value to not misguide the user.
The text was updated successfully, but these errors were encountered: