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

MultiSelect - option to select-all by default during creation #151

Closed
conikeec opened this issue Jun 14, 2023 · 1 comment · Fixed by #152
Closed

MultiSelect - option to select-all by default during creation #151

conikeec opened this issue Jun 14, 2023 · 1 comment · Fixed by #152

Comments

@conikeec
Copy link

Is your feature request related to a problem? Please describe.
There are cases where the multi-select list is fairly large (>20 items). Select each of item for larger lists can turn out to be a bad experience

Describe the solution you'd like
Ability to select-all from the multiselect list by default. Thereafter the use can dis-select items to remove which would rather easier to do for large lists

Describe alternatives you've considered
None

Additional context
None

@mikaelmello
Copy link
Owner

Done, should be merged soon! It might take a while to be officially released as there are some things in the works that will require special attention. Until then, you can either point your dependency to the merge commit or use something like .with_default(&((0..#option length here#).collect::<Vec<_>>())) which I know is quite the workaround :)

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

Successfully merging a pull request may close this issue.

2 participants