I have Hallo.js running on a textarea but the content remains unchanged after an edit.
I see in the 'Inspect element'
<textarea class="editable" contenteditable="true" style="margin: 2px; width: 282px; height: 90px;">Some text </textarea>
and after it looks the same, no changes. My css doesn't have anything for textarea... Is there a default styling we need to overwrite or disable?
I have Hallo.js running on a textarea but the content remains unchanged after an edit.
I see in the 'Inspect element'
<textarea class="editable" contenteditable="true" style="margin: 2px; width: 282px; height: 90px;">Some text </textarea>
and after it looks the same, no changes. My css doesn't have anything for textarea... Is there a default styling we need to overwrite or disable?