The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Supposed that my DataSource is: a1 a2 a3 b1 b2 b3 c1 c2 c3
, and I input "b" in the search text, then press Enter key directly, What I expected is : "b1" should be selected into the textbox and dropdown is closed. However, current result is the input value("b") is removed and no item in dropdown is selected into textbox.