ComboBox
does not show more selected element when width is increased
#2358
Closed
saskliutas
started this conversation in
General
Replies: 1 comment
-
Thanks for checking. This is a known issue which we decided not to handle in our recent refactored overflow algorithm. It was considered to be an edge case because users wouldn't usually resize the window in the middle of operating the combobox. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that if I have
ComboBox
with multiple selected values and there is not enough space to show all value some of them are hidden under overflow tag (+x item(s)). However if width is increased and more items are not shown. For example:Link to sandbox: https://stackblitz.com/edit/github-tzuyww?file=src%2FApp.tsx
I was wondering if this is working as designed?
Beta Was this translation helpful? Give feedback.
All reactions