Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi there,
We're running into an issue where display text on the dropdown component skips single characters when attempting to use autocomplete typing. For example, assume there are 3 options: "c", "ca", "cb". If you type "c", we expect that the "c" option should be selected. Instead, the "ca" is selected.
I've uploaded a project. The behavior is shown on the "users" page in the clientside project.