LouisMazel/maz-ui

[Issue][<MazSelect>] The search function does not work with languages other than English and numbers

IamPaulJ opened this issue · 6 comments

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:

  1. Add component
  2. search true.
  3. input search keyword with multilingual

Expected behavior

Search should work normally.

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

Here is a gif of this issue.
ezgif-2-e9bd0be506

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 🙂

Issue fixed and release in v3.42.3

Enjoy !

I updated the reproduction link with the new version if you want to test it.

But all is good

image