jannikbuschke / formik-antd

Simple declarative bindings for Ant Design and Formik.
https://codesandbox.io/s/github/jannikbuschke/formik-antd-example
MIT License
587 stars 81 forks source link

I would like to ask if formList is supported #218

Open cangsnage opened 4 months ago

cangsnage commented 4 months ago

Is there any example reference?

jannikbuschke commented 3 months ago

What do you mean by formList?

You can access list items with dot notation, so name="items.2.name" would access the third items name property of an array called "items".

There is also an example with a table here: https://github.com/jannikbuschke/formik-antd-example/blob/2f05b6159785e661bdec5d2e677953d983fb23ee/src/sample-table.tsx#L53