Draggable / formeo

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

little bug with formBuilder converter #212

Open xitara opened 5 years ago

xitara commented 5 years ago

if I convert a form with formBuilder2Formeo react app, the form throws an error on render

formeo.min.js:29 Uncaught TypeError: Cannot read property 'width' of undefined at g.processColumnConfig (formeo.min.js:29) at formeo.min.js:29 at Array.map (<anonymous>) at g.processColumns (formeo.min.js:29) at formeo.min.js:29 at Array.map (<anonymous>) at g.processRows (formeo.min.js:29) at formeo.min.js:29 at Array.map (<anonymous>) at get (formeo.min.js:29)

open it in editor, there's no problem and after save the form, there is no error on render the form