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

Extensible Controls #10

Closed mihirpatel83 closed 4 years ago

mihirpatel83 commented 5 years ago

Is it possible to add more customized controls like Address which is a group of few html elements alone with controls like Rating control, Captcha, Email, URL etc ? I can see it's written extensible but just wanted to make sure before I go ahead an use your component.

sethsandaru commented 5 years ago

Yeah, the documentation is not finished yet. I'm still working on it.

petargeorgiev123 commented 4 years ago

hi @sethsandaru any news about the documentation about adding custom controls you promised? We are not finding a way to extend and add proper controls. Will appreciate some help. Thanks.

sethsandaru commented 4 years ago

Hello @petargeorgiev123 ,

Here is the page https://github.com/sethsandaru/vue-form-builder/wiki/Extend-a-new-Control, I probably forgot about this. Let me finish the page. In the meanwhile, you can read the concept to see how it works.

Thank you for reminding me. Sorry...

sethsandaru commented 4 years ago

Hey guys,

Just let you know that I finished the documentation. Check it out. Thank you.