Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichTextEditor Component only logs onBlur and not onChange #2504

Open
hlayisanimazuze opened this issue Dec 5, 2024 · 0 comments
Open

RichTextEditor Component only logs onBlur and not onChange #2504

hlayisanimazuze opened this issue Dec 5, 2024 · 0 comments
Milestone

Comments

@hlayisanimazuze
Copy link
Collaborator

hlayisanimazuze commented Dec 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

@hlayisanimazuze hlayisanimazuze added this to the Backlog milestone Dec 5, 2024
@hlayisanimazuze hlayisanimazuze changed the title RichTextEditor Component only logs onBlur and not onChange RichTextEditor Component only logs onBlur and not onChange Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant