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 Request]: Select search should support international character set #830

Closed
ogunb opened this issue Apr 17, 2024 · 1 comment · Fixed by #857
Closed

[Feature Request]: Select search should support international character set #830

ogunb opened this issue Apr 17, 2024 · 1 comment · Fixed by #857
Labels
bl-select Select Component feature request Requesting a feature good first issue Good for newcomers released on @beta

Comments

@ogunb
Copy link
Contributor

ogunb commented Apr 17, 2024

Describe the problem or use case

Currenly user cannot search with Turkish letters:

Screenshot 2024-04-17 at 15 12 51 Screenshot 2024-04-17 at 15 13 02

Proposed solution

We could use localeCompare or toLocaleLowerCase with html lang tag.

Alternatives considered

No response

Additional technical context

I think we should also support not using those letters. Ex: İçecekler should be filtered with both İç and ıc. This would require more work than simply using locale functions though. Maybe we can look into some lightweight search libraries?

Copy link

🎉 This issue has been resolved in version 3.0.0-beta.25 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bl-select Select Component feature request Requesting a feature good first issue Good for newcomers released on @beta
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants