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

Multi-select: implement "select-all" feature and make search bar removable #1131

Closed
tishoyanchev opened this issue Apr 2, 2024 · 0 comments · Fixed by #1387
Closed

Multi-select: implement "select-all" feature and make search bar removable #1131

tishoyanchev opened this issue Apr 2, 2024 · 0 comments · Fixed by #1387
Assignees
Labels
enhancement Adding a new feature or improving existing code

Comments

@tishoyanchev
Copy link
Contributor

tishoyanchev commented Apr 2, 2024

Implement a select-all feature for the multi-select component.
Pic related:
select all design on dropdown

The feature is to be enabled/disabled via a Prop called show-select-all with a default value of true.
In additional, make the search-bar also removable via a Prop called show-search with a default value of true.

Note:
If the number of selectable-items is less than the total number of options, the Maximum selectable items is to be ignored when select-all option is clicked.

@tishoyanchev tishoyanchev added the enhancement Adding a new feature or improving existing code label Apr 2, 2024
@tishoyanchev tishoyanchev changed the title Multi-select: implement "select-all" feature Multi-select: implement "select-all" feature and make search bar removable Jun 12, 2024
@pfafffabian-ifx pfafffabian-ifx self-assigned this Jul 22, 2024
@pfafffabian-ifx pfafffabian-ifx linked a pull request Jul 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding a new feature or improving existing code
Development

Successfully merging a pull request may close this issue.

2 participants