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

Feature: Adding a multiselect option to Dropdown Select component #2113

Open
pazdernikpavel opened this issue Aug 31, 2023 · 1 comment
Open
Labels
feature New component features and enhancements

Comments

@pazdernikpavel
Copy link

pazdernikpavel commented Aug 31, 2023

Describe the feature request

I would like to introduce a new prop to the Dropdown Select component. This prop would be called multiselect and would be of type boolean with default value set to false.

What this option would do is simply convert input/output of the component from plain string to let's say an array of strings which would allow to select multiple values in the list meaning that [] would represent none items selected and ['cendric', 'caspar'] would result in two items being selected.

Describe the use case
It is pretty common use case to for example allow users to select multiple values from an enumeration. We are currently working on an internal project for Telecom and there are plenty of multiselects in the app design.

Describe alternatives you've considered
We considered coding our own solution which would be project related, but we wanted to take it first through the official way first.

Additional context

multiselect

@pazdernikpavel pazdernikpavel added the feature New component features and enhancements label Aug 31, 2023
@amir-ba
Copy link
Collaborator

amir-ba commented Oct 23, 2024

@pazdernikpavel the scale is now under maintenance mode and any new component need to be added through the community. You are more than welcome to join the contributions and propose a draft and initial implementation of the component. You can get in touch with me if you need more info about your setting up your local environment and getting started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New component features and enhancements
Projects
None yet
Development

No branches or pull requests

2 participants