I want to trigger the event change when the user input in the text area in CKEditor 5
Hi Tran,
For triggering the onChange in the "CKEditor 5 Reactive", Change the Source Block to "CKEditor\CKeditorInline" and create a Client action for the onChange event of the respective input field. This is how I achieved your expectation.
If there are any other possibilities, Kindly let me know.
Regards,
Nandhakumar S.
Hi @Nandhakumar S, thank you for your suggestionI tried to base on this solution, but it's not workI was hoping you could show more detail about this solutionThanks
It was working perfectly fine, with my solution.