You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.