Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow limiting the amount of choices previewed in multiselect. #1195

Open
MaximMitrofanov opened this issue Sep 4, 2024 · 1 comment
Open

Comments

@MaximMitrofanov
Copy link

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.

@Saichandra2520
Copy link

Anyone is working on this? i want to work on this issue ! @MaximMitrofanov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants