Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<Select> in multiple mode with search enabled clips wide characters #3878

Closed
Phoenixkaze opened this issue May 22, 2024 · 0 comments · Fixed by #3910
Closed

<Select> in multiple mode with search enabled clips wide characters #3878

Phoenixkaze opened this issue May 22, 2024 · 0 comments · Fixed by #3910
Labels
🐛bug Something isn't working

Comments

@Phoenixkaze
Copy link

Phoenixkaze commented May 22, 2024

Wide characters get clipped when searching in a multiple <Select>:

image

Search with ASCII characters looks fine.

Minimum reproducible code:

<Select Mode="multiple" TItem="string" EnableSearch TItemValue="string" DataSource="@(["a", "b", "c", "d"])"/>

Even producible in the docs site

Version: 0.19.0 .NET 8

@ElderJames ElderJames added the 🐛bug Something isn't working label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants