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
414 stars 129 forks source link

Function to remove controls #11

Closed travisbotello closed 5 years ago

travisbotello commented 5 years ago

Awesome work! One question:

How can I remove controls from a row? I can't find it. Thanks!

sethsandaru commented 5 years ago

Hi Travis,

You can remove the control out of the row by dragging them and drop into the sidebar, demo: https://github.com/sethsandaru/vue-form-builder/wiki/Form-Builder-Template---Form-Config

Thank you