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!

1
Vote

When the SfInPlaceEditor is initialized with a SfDropDownList that loads its DataSource and selected Value asynchronously (simulated with even a small delay like Task.Delay(100)), clicking the cancel (X) button results in the value being cleared instead of preserving the original selection.

Sample
Replication Procedure:
  1. Run the sample 
  2. Edit the Inplace editor , click on cancel button
  3. See  the issue 

Expected Output:

The selected value in the SfInPlaceEditor should remain unchanged when cancel is clicked.

Current Output:
The selected value is cleared, even though no change was made — this is incorrect.