-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Is your feature request related to a problem? Please describe.
When multiple = true and I select several options that don’t fit within the input field, a line break currently occurs to ensure all selected options are visible.
Describe the solution you'd like
It would be great to have two new props:
-
maxValuesShown: number– If the number of selected options exceeds this value, either the maxValuesMessage is displayed, or text truncation is applied. -
maxValuesMessage: string– An optional message to display when the selection exceedsmaxValuesShown.
Describe alternatives you've considered
I tried customizing the styling to prevent the line break, but I couldn't get it to work.
(Any suggestions would be highly appreciated!)
Please let me know your thoughts! :)