Skip to content

Feature Request: OverflowIndicator #1593

@bc-sarveshpandit

Description

@bc-sarveshpandit

Is your feature request related to a problem? Please describe.

The problem arises when displaying a long list of items in a user interface. A lengthy, comma-separated list can clutter the UI, become difficult to read, and overwhelm the user. Additionally, it can make the layout less visually appealing and reduce usability on smaller screens.

Describe the solution, feature, or improvement you'd like

React component that dynamically handles long lists by truncating them once a specified length is exceeded. Instead of showing all items, the component:

  • Displays a truncated version of the list with a visual indicator, such as a circle or badge, representing the remaining items.
  • The indicator shows the count of items not displayed (e.g., "+5" for 5 additional items).
  • When the user hovers over the indicator, a tooltip or popover appears, displaying the full list of items in a readable format.
Screenshot 2024-11-15 at 1 45 34 PM

Is this something worth adding in big-design or is the use-case really specific not something worth adding to big-design?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions