Is your feature request related to a problem? Please describe.
When editing the html source in the RadzenHtmlEditor the OnChange only gets called when the textarea loses focus.
Describe the solution you'd like
It would be nice to have OnChange called as we type. This would have to be done in RadzenTextArea, possibly enhancing its events.