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!

0
Votes

The ValueChange event is not triggered when the ShowFileList property is set to false.


Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/The_ValueChange_event_is_not_triggered_when_the_ShowFileList_property_is_set_to_false2032618973


Replication procedure :

  1. Run the sample.
  2. Select any file and check the debugger.

Expected Output: The ValueChange event need to be triggered when the ShowFileList property is set to false.

Current Output: The ValueChange event is not triggered when the ShowFileList property is set to false.