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!>
Thanks for joining our community and helping improve Syncfusion products!
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 :
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.