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
Suppose these are items which need to be shown in FluentSelect:
a
aaa
aaaaaaa
aaaaa
aa
a
So the fluentselect width will be such wide to show 'aaa'
and when we click on it to open the list, it cut the wider items using ... (three dots)
I don't want the items to be cut.
The expected behavior is that it knows the widest item width and set the width to that. I tried using Style="width: max-content;" on options, but it added horizontal scrollbar which was ugly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose these are items which need to be shown in FluentSelect:
a
aaa
aaaaaaa
aaaaa
aa
a
So the fluentselect width will be such wide to show 'aaa'
and when we click on it to open the list, it cut the wider items using ... (three dots)
I don't want the items to be cut.
The expected behavior is that it knows the widest item width and set the width to that. I tried using Style="width: max-content;" on options, but it added horizontal scrollbar which was ugly.
Do you have any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions