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
Use Case
The SmartGov team has a requirement to dynamically enable or disable the "Next" or "Save" button when a user types a comment in the RichTextEditor. The current implementation only triggers logs on the onBlur event and does not respond to real-time updates via onChange
Note: We noticed from the code that logging onBlur is by design for performance reasons. Could this be reviewed to support the use case?
hlayisanimazuze
changed the title
RichTextEditor Component only logs onBlur and not onChange
RichTextEditor Component only logs onBlur and not onChangeDec 5, 2024
Use Case
The SmartGov team has a requirement to dynamically enable or disable the "Next" or "Save" button when a user types a comment in the RichTextEditor. The current implementation only triggers logs on the onBlur event and does not respond to real-time updates via onChange
Note: We noticed from the code that logging onBlur is by design for performance reasons. Could this be reviewed to support the use case?
Example
The text was updated successfully, but these errors were encountered: