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

Fix: Make select component displays all options #516

Merged

Conversation

Bilelkihal
Copy link
Collaborator

Problem:

The current implementation of our select input component presents a limitation when dealing with a large number of options. The component only displays a limited set of choices, necessitating users to start typing the name of a specific option when it's not displayed.

Done in this PR:

I made the select input component displays all available options, regardless of their quantity.

Screenshot:

image

@Bilelkihal Bilelkihal added the bug Something isn't working label Feb 28, 2024
@Bilelkihal Bilelkihal self-assigned this Feb 28, 2024
@Bilelkihal
Copy link
Collaborator Author

@jonquet

@jonquet
Copy link

jonquet commented Feb 28, 2024

Looks good to me.

I am assuming if you type in the field it will filter the resuts of the menu.

@Bilelkihal
Copy link
Collaborator Author

Yes when you start typing in the field it will filter the resuts of the menu.
image

@syphax-bouazzouni syphax-bouazzouni merged commit 292eebe into master Feb 28, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants