Wappler Version : 3.0 beta 1
Operating System : MAC Catalina 10.15
Expected behavior
Turning a multi-text field into a summernote editor should just show editor.
Actual behavior
Turning a multi-text field into a summernote editor kills the design view of the Wappler editor and makes it blank.
It works in preview mode in the browser and the following warning was observed.
Source map error: Error: request failed with status 404
Resource URL: http://localhost:3000/dmxAppConnect/dmxSummernote/dmxSummernote.js
Source Map URL: ../maps/dmxSummernote.js.map
How to reproduce
Create a multi-text form group and turn into a summernote editor.
It kills the design view.
<div class="form-group">
<label for="textarea1">Your text</label>
<textarea id="textarea1" class="form-control" is="dmx-summernote" dmx-bind:toolbar="[['style',['style']],['font',['bold','underline','clear']],['fontname',['fontname']],['color',['color']],['para',['ul','ol','paragraph']],['table',['table']],['insert',['link','picture','video']],['view',['fullscreen','codeview','help']]]"></textarea>
<small id="textarea1_Help" class="form-text text-muted">Enter your large text here.</small>
</div>
Community Page
Last updated:
Last updated: