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

Sidebar is not working properly in responsive mode #48

Closed abhimanusharma closed 4 years ago

abhimanusharma commented 4 years ago

Sidebar is not opening properly in responsive mode, all the css is same as in demo. Also close button is not working in responsive mode.

form builder error3

sethsandaru commented 4 years ago

Hi @abhimanusharma ,

I would suggest this: don't configure your form in Mobile view. It doesn't make any senses to do it because the screen is too small,... It would cost a lot of your time also. When you're working on the desktop view, it would be faster.

But the FormRenderer is working fine for responsive mode.

Thanks. I'll close this ticket, feel free to open again.