Hi Charles,
Thanks for sharing this nice component.
After adding the CLEditor widget to my InputWidget, the OnChange event on my InputWidget stopped working. Is there a way I can detect an OnChange on the Input when using CLEditor?
Thanks for your help!
Hello KarenMaybe you can try use another component, try CKEditorhttps://www.outsystems.com/forge/component-overview/97/ckeditor
I use it on some projects and I didn't have any problems.If it still doesn't work, share the .oml file so we can help you.I hope it helps.Best regards;HERYCK AZEVEDO
Hi Heryck,
I've used CKEditor before, but prefer CLEditor and would like to use it if possible. I've attached an oml of a very simple project to demonstrate the issue.
Once you've published the oml and browsed to the app:
1. Click on "Create a new Sample CL text" (upper right).
2. Note that Save button is disabled.
3. Type in Rich text input. Save button is still disabled.
4. Type in plain text. Save button enables.
Thanks so much for looking at this.