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

The InPlace Editor in PopUp mode with InputType.DropDownList. When editing, the preview value updates correctly when I select a new value from the dropdown. However, if I then change the selection back to the original value, the preview does not update and continues to display the previously selected value instead of the original one.


Sample: Blazor InPlace Editor DropDown Components Example - Syncfusion Demos


Replication procedure:

  • Run the sample.
  • Change the mode to Popup.  
  • Use the first InPlace Editor sample.  
  • Click on it.  
  • Select "Australia" from the dropdown (note that the preview updates).  
  • Then select "Canada" from the dropdown (notice that the preview still shows "Australia").

Expected Output: The Preview needs to be updated properly.

Current Output: The Preview not updated properly.