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

Drag and drop #50

Closed VinceSanityyy closed 4 years ago

VinceSanityyy commented 4 years ago

There is no drag and drop functionality in the demo or in the UI

abhimanusharma commented 4 years ago

@VinceSanityyy You can not drag and drop controls from sidebar to the section but you can drag and change the position of controls to move them to another section or exchange the position with another control of the same section.

sethsandaru commented 4 years ago

Hello @VinceSanityyy

Please consider reading the documentation to see where's the drag and drop functionality you can use. Here is it: https://phattranminh96.gitbook.io/vue-form-builder/getting-started/form-builder-starter

P/s: @abhimanusharma thanks for your answer. You're right!!