[Feature Request]: Select search should support international character set
ogunb opened this issue · comments
Ogun Babacan commented
Describe the problem or use case
Currenly user cannot search with Turkish letters:
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?
github-actions commented
🎉 This issue has been resolved in version 3.0.0-beta.25 🎉
The release is available on:
Your semantic-release bot 📦🚀