Draggable / formeo

Drag & Drop Form Builder
http://draggable.github.io/formeo/
MIT License
534 stars 196 forks source link

Json loaded but not shown on editor #264

Open AbdallahJg opened 4 years ago

AbdallahJg commented 4 years ago

I'm having a problem loading json to my FormeoEditor, the json gets loaded and i can see it in console log, but nothing is shown on the editor. var editorOptions={ editorContainer:document.getElementById('editorContainer'), events: {onSave:this.render}, sessionStorage:true, } this.editor = new FormeoEditor(editorOptions,json) ; This is a preview of the json i saved and tried to load : image