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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionCoreApplication_(2)-1049005337


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:

  • Run the sample.
  • Open the popup.
  • It show only selected value in popup.
  • Clear the value.
  • Again set the same or different value by performing the filtering.
  • Now open the popup.
  • It will show all the values.
  • If the selected values present in popup it will be higilighted or it never show the selected value in popup.


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