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!

  • 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!

2
Votes


When a custom data adaptor is used in an sfDropdownList, after a record is select and the user begins to type, the data adaptor read method is hit multiple types for each new character. 


Samplehttps://www.syncfusion.com/downloads/support/common/7610/ze/Duplicate_dataadaptor_hits_ccf36345.zip


Replication Procedure:

  1. Run the sample
  1. Open the popup 
  1. search and select any item
  1. And again search the value
  1. You can see the issue in console


Expected: ReadAsync should call one time for each character typing

Actual:ReadAsync is called more than one time for each character typing