[Issue][<MazSelect>] The search function does not work with languages other than English and numbers
IamPaulJ opened this issue · 6 comments
IamPaulJ commented
Describe the bug
The search function does not work with languages other than English and numbers, such as Chinese, Japanese, and Korean.
To Reproduce
Steps to reproduce the behavior:
- Add component
- search true.
- input search keyword with multilingual
Expected behavior
Search should work normally.
LouisMazel commented
Hi @IamPaulJ
Thanks for your feedback.
Can you provide an example to help to fix it?
Could you edit this stackblitz with your code : https://stackblitz.com/edit/maz-ui-select
You can share a GIF or a Video too
IamPaulJ commented
Yes, I can.
https://stackblitz.com/edit/maz-ui-select-bakxx6
Thank you for your quick response.
2024년 4월 24일 (수) 오전 2:37, Mazel ***@***.***>님이 작성:
… Hi @IamPaulJ <https://github.com/IamPaulJ>
Thanks for your feedback.
Can you provide an example to help to fix it?
Could you edit this stackblitz with your code :
https://stackblitz.com/edit/maz-ui-select
<https://stackblitz.com/edit/maz-ui-select?file=app.vue,package.json>
—
Reply to this email directly, view it on GitHub
<#1061 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BA3VV3DPVGEN3ASUFCSTEXLY62L4JAVCNFSM6AAAAABGVKGLWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGAYDINBXGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
IamPaulJ commented
LouisMazel commented
Thank you a lot !
The bug comes from the standardization of strings which is in NFC format, it is not compatible with accented (Chinese, Japanese, etc) or Cyrillic writing.
I keep you in touch when it's fixed 🙂
LouisMazel commented
Issue fixed and release in v3.42.3
Enjoy !
LouisMazel commented