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

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


When the Enabled property is set to false and the Readonly property is set to true, the user removes the disabled and readonly attributes in the DOM and changes the component value. The value change event is also triggered in that scenario.


Replication procedure :

  1. Run the sample.
  2. Remove TextBox - disabled/read-only attributes in DOM.
  3. Now change the values


Expected Output:

The Component Value Change event does not trigger even when the attributes are removed from the DOM.

Current Output

The Component Value Change event is triggered when the attributes are removed from the DOM.