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
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 exceeds maxValuesShown.
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! :)
The text was updated successfully, but these errors were encountered:
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! :)
The text was updated successfully, but these errors were encountered: