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

Bugs #128

Open tunapiq opened 2 years ago

tunapiq commented 2 years ago

Hello,

There are a few bugs that I noticed, I am hoping this would get resolved.

Bug 1

Under 'Button' Control Specific Configuration: there is an option for 'clear', I think this should be 'reset'. <button type="clear"></button> does not do anything in the form-renderer when 'Wrap <form> outside of the Form' option is used. <button type="reset"></button> works.

Bug 2

The new tab block feature in 2.1.1 crashes with the following error being logged to the console:

Thank you.