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

Listen to text changes #521

Open
nikhil-viewzen opened this issue Jun 27, 2024 · 2 comments
Open

Listen to text changes #521

nikhil-viewzen opened this issue Jun 27, 2024 · 2 comments
Labels
question Further information is requested

Comments

@nikhil-viewzen
Copy link

Is there a way to addEventlistener to controller so that I can listen to text editor changes

@nikhil-viewzen nikhil-viewzen added the question Further information is requested label Jun 27, 2024
@Aruljebaraj
Copy link

I think we have callback to achieve this

@ymerdrengene
Copy link

HtmlEditor( controller: controller, callbacks: Callbacks( onChangeContent: (value) { debugPrint('value'); }, ), ),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants