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.
I'm always fruastrated when I can't limit the amount of items selected that are rendered.
Describe the solution you'd like
I'd like an option in the Options object that allows me to limit the amount of items that are displayed to the user,
meaning that when a user chooses 3 options and the limit is set to 2 it will display the next things,
Option 1, Option 2, and 1 more.
Describe alternatives you've considered
Attach to the events and do it myself through event callbacks
Additional context
If it's added then another string should be translateable,
additionalItems: (value) => and ${value} more.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm always fruastrated when I can't limit the amount of items selected that are rendered.
Describe the solution you'd like
I'd like an option in the Options object that allows me to limit the amount of items that are displayed to the user,
meaning that when a user chooses 3 options and the limit is set to 2 it will display the next things,
Option 1, Option 2, and 1 more.
Describe alternatives you've considered
Attach to the events and do it myself through event callbacks
Additional context
If it's added then another string should be translateable,
additionalItems: (value) =>
and ${value} more.
The text was updated successfully, but these errors were encountered: