Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

form array snippet #161

Open
fetis opened this issue Jun 13, 2019 · 1 comment
Open

form array snippet #161

fetis opened this issue Jun 13, 2019 · 1 comment
Labels
snippet New snippet or snippet update

Comments

@fetis
Copy link
Owner

fetis commented Jun 13, 2019

beginners level, but I always forget details about how to make it

fb.array([
  fb.group({ firstName: 'foo', lastName: null }),
  fb.group({ firstName: 'x', lastName: 'y'  }),
])
@fetis fetis added the snippet New snippet or snippet update label Jun 13, 2019
@NothingEverHappens NothingEverHappens changed the title form array snippet form builder snippet Jun 14, 2019
@NothingEverHappens NothingEverHappens changed the title form builder snippet form array snippet Jun 26, 2019
@NothingEverHappens
Copy link
Contributor

@thekiba find a doc links which has this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snippet New snippet or snippet update
Projects
None yet
Development

No branches or pull requests

2 participants