ant-design-blazor / ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor.

Home Page:https://antblazor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Phoenixkaze opened this issue · comments

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