sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Preview not showing when creating new form #16

Closed Abouhassane closed 4 years ago

Abouhassane commented 4 years ago

I try to preview the form i'm creating but the model shows empty!! however when editing an existing form the preview works fine! As a side note, is there a way to preview the form outside of the component?

Abouhassane commented 4 years ago

Solved: It seem you have to select a layout before being able to preview the form. I suggest adding some kind of warning/message to inform the user of such restriction.

Thanks for the awesome component :D