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

The dropdown does not open in createable select when the search input and the options label do not match #5933

Open
Gokul-Manoh opened this issue Jul 11, 2024 · 0 comments
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet

Comments

@Gokul-Manoh
Copy link

I am using react-select/creatable in my application. I have to search for some keyword and the results will be fetched based on the keywords. If the labels/words in the results fetched match exactly with my search term, the options are populated in the dropdown. But if the labels/words do not match exactly with my keyword, the dropdown with the options is not opened. But i have the options available. Here is an example.

My search term : "University of Laure"
One of the labels in the options: "Laurea University of Applied Sciences"

image

If I typed "Laurea Univers" Then I get the options opened in the dropdown.

image

Does anyone know why this happens?

@Gokul-Manoh Gokul-Manoh added the issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet
Projects
None yet
Development

No branches or pull requests

1 participant