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

demo request : Add new field

lemarcgagnon opened this issue · comments

Hello,

Could you show an example where we can push a new item to an array in the form:

ex:
"Add New Fruit:" this a a new fruit a i am adding to the list ||| "Press button to Add Another fruit "

so we could add new values to an array dynamically.

Yours,

Marc

You need a custom component to handle add new fruit rather than handle it in the form builder.