html-editor-enhanced
html-editor-enhanced copied to clipboard
[BUG] [Help] Checkboxes not works well
Describe the bug I Inserted Check box into Html and checked it and insert same checkbox after check it using :
controller.insertHtml( await controller.getText()); but it back as default one without check Html which I Inserted
Here is my implementation
https://user-images.githubusercontent.com/33913003/206932435-79b652f1-cb7b-4078-a580-8193ffdffdca.mov
I expect that when adding same html after edit, new checkboxes will be checked as old one.
Hi, @A7MeDG0L0L do you try to build a web? it's even can't input normally
Hi, @A7MeDG0L0L do you try to build a web? it's even can't input normally
No I didn't try can you share the error to be a reference?
Any update on this? I am facing the same issue.
After selecting the checkbox in the editor, the onChangeContent returns the html with checkbox not selected.