Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The AutoComplete component's popup exhibits inconsistent behavior when using custom filtering. If the component is initialized with a preselected value, opening the popup initially will display only that preselected value. However, if the value is cleared and a new value—whether the same or different—is selected using the filtering operation, opening the popup will show all the initial query values.
Replication procedure:
Expected Output: Need to maintain the same behvior for initial popup open and after filtering the data and open the popup.
Current Output: Inconsistency with AutoComplete popup behavior when using custom filtering