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

Search Issue with Non-Latin Characters in Select Plugin #313

Closed
gsarigul84 opened this issue Mar 23, 2024 · 1 comment
Closed

Search Issue with Non-Latin Characters in Select Plugin #313

gsarigul84 opened this issue Mar 23, 2024 · 1 comment

Comments

@gsarigul84
Copy link

Hello,

I noticed that the select plugin does not allow searching for non-Latin characters in its search functionality. It appears that the issue lies in the plugin's use of toLowerCase instead of toLocaleLowerCase.

I tested this in my local copy, and after making the change to toLocaleLowerCase, the search function worked as expected with non-Latin characters.

Could this adjustment be implemented in the main codebase to support non-Latin character search? It would greatly improve the usability of the plugin for international users.

Thank you.

@jahaganiev
Copy link
Member

Hey @gsarigul84, added your suggestion to v2.1.0 update. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants