-
Notifications
You must be signed in to change notification settings - Fork 460
Description
🙋 Feature Request
FluentOverflow hides items if there aren't enough room to display them. However, sometimes you might want to display the first item, even if it is cutoff.
For example, given a list of names, seeing the first name, but having it cut off with an ellipsis (someone can add CSS to add ellipsis) so the user can interact with it is preferrable to just showing the overflow button and no content.
🤔 Expected Behavior
The first item is displayed is the space available, then the overflow button.
This is what it could look like:
😯 Current Behavior
FluentOverflow only shows the first item if there is room for it. If there isn't then just the overflow button is displayed.
This is what it looks like today:
💁 Possible Solution
Add a setting to FluentOverflow that controls whether the first item is always rendered inline.

