FluentUI TextField type search support for foreign language #34146
Unanswered
thophan-microsoft
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our team's codebase uses a TextField with type 'search' to filter list of multiple columns. We've noticed a localization behavior where even though the rest of the page, including the text in the columns (except for names), are localized to Chinese, but when we type in the TextField search box, it only filter if it's English, and won't filter if we type in Chinese characters. Is this expected behavior? Do we need to specifically add logic to filter by foreign languages?
No items in list displayed when 'Failed' in Chinese is typed in:

But does return items when English is typed in:

Beta Was this translation helpful? Give feedback.
All reactions