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

feat: Searchable/Filterable Select Box #686

Open
3 tasks done
AlexisLeblancDFO opened this issue Nov 13, 2024 · 1 comment
Open
3 tasks done

feat: Searchable/Filterable Select Box #686

AlexisLeblancDFO opened this issue Nov 13, 2024 · 1 comment

Comments

@AlexisLeblancDFO
Copy link

Prerequisites | Prérequis

Describe the feature request. | Décrivez la fonctionnalité demandée

It would be interesting to have a select component that can be filtered/search to help find when an option when there are a lot of them.
For an application, I created one that mimics the style of a gcds-select:
image
image

You can click on the option with the mouse, and use the arrow keys to go up and down to select an option

Describe the use case. | Décrivez les cas d’utilisation

It would be interesting to have a select component that can be filtered/search to help find when an option when there are a lot of them.

Describe the preferred solution. | Décrivez la solution souhaitée

No response

Describe all alternatives. | Décrivez toutes les solutions possibles

No response

Provide related code or examples. | Fournissez du code ou des exemples pertinents

No response

Add other relevant resources. | Ajoutez toute autre ressource utile

No response

@theonlyguills
Copy link

We built one in Vue on top of vue multiselect (https://vue-multiselect.js.org/), it's a pretty good starting point.
image

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

3 participants