Trendyol / baklava

Baklava is a design system provided by Trendyol to create a consistent UI/UX for app users.
https://baklava.design/
MIT License
1.26k stars 112 forks source link

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

Closed ogunb closed 3 months ago

ogunb commented 5 months ago

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?

github-actions[bot] commented 3 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: