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

“editContext.IsModified()” returns false, even when the user changes the value in the SfDropDownList.


Replication procedure :

  1. Open the popup and select the item.
  2. Now, observe the button; it is still disabled because IsModified returns false the first time.
  3. To confirm this issue, Kindly downgrade the version to 22.2.10 and check the same case.

 

 Expected Output: “EditContext.IsModified” should return true while change the values in the dropdownlist.

Current Output: “EditContext.IsModified” return false while change the values in the dropdownlist.