radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 785 forks source link

Dropdown filtering korean characters issue #1592

Closed Leekibum closed 3 months ago

Leekibum commented 3 months ago

https://forum.radzen.com/t/dropdown-filtering-korean-characters-issue/16823/1

There was an issue with Dropdown filtering Korean characters. I saw a similar issue on the Radzen forum, but it has not been resolved.

I entered "하나둘셋", but the result is "하나나두둘세셋". There is a bug in the SearchText @oninput of DropDown. Currently, the input tag is using both value and @oninput. Since .NET 7.0, there have been changes in the way two-way data binding works. DropDownFilterError

https://learn.microsoft.com/en-us/aspnet/core/blazor/components/data-binding?view=aspnetcore-8.0#use-bindgetbindset-modifiers-and-avoid-event-handlers-for-two-way-data-binding

enchev commented 3 months ago

Let’s continue the conversation in the forum.