Wappler Version : 7.0.0 Beta 7
Operating System : Mac OS 14.7
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker
Expected behavior
What do you think should happen?
Summernote should render the saved value.
<textarea id="inpItemDescription" name="primary_description" type="text" class="form-control no-disabled-styling" dmx-bind:value="varEzphpzDetailFormData.value.primary_description" dmx-bind:disabled="varEzphpzDisableInputs.value" is="dmx-summernote" dmx-bind:toolbar="[['style',['style']],['font',['bold','underline','clear']],['fontname',['fontname']],['color',['color']],['para',['ul','ol','paragraph']],['table',['table']],['insert',['link','video']],['view',['fullscreen','codeview','help']]]"></textarea>
Actual behavior
What actually happens?
Value does not show up unless I remove summernote from the input.
How to reproduce
Add summernote in the beta on a field that has a saved value. I switched to Wappler version 6 and the value does show in summernote inputs.