This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
react-form nested lists and dynamic lists #2373
Labels
Type: Feature Request 🙌
Request a new feature or changes to an existing one
Overview
Add support for nested lists and dynamic lists to the react-form package.
Type
Motivation
I am trying to use the react-form package to model a form where one of the fields is a dynamic list of fields and one of those fields is also a dynamic list. Extending the example provided in the
useDynamicList
section of the documentation, let's say a card also has a list of qualified users. I tried the approach below by callinguseDynamicList
in the card factory, but that did not work, and I don't know if there is an easy way to make this work.Checklist
The text was updated successfully, but these errors were encountered: