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!
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.
Sample: https://www.syncfusion.com/downloads/support/common/7610/ze/Duplicate_dataadaptor_hits_ccf36345.zip
Replication Procedure:
Expected: ReadAsync should call one time for each character typing
Actual:ReadAsync is called more than one time for each character typing