rekit / antd-form-builder

Dynamic meta driven React forms based on antd.

Home Page:https://rekit.github.io/antd-form-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabs support

jonathanroze opened this issue · comments

Hi,

I just discover you package and it seems to be very helpful ! It's exactly what I'm looking for !

I saw we can set Wizard form and it's very fine, and I think i will be a great idea to support Tabs too !

Thanks for your work !

Thanks @jonathanroze , wizard is just a sample usage of FormBuilder but not because it supports wizard. Similarly, you can already use it in a Tab component.

@jonathanroze 1 year late but I achieved this using a map over the fields to display multiple FormBuilder instances all with the same form prop and different meta.