-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
Are you submitting a bug report or a feature request?
Bug report, maybe? Docs?
What is the current behavior?
The component I pass to <FieldArray>
in the component
prop receives a prop called value
. Is this a public/stable API?
I don't see this in FieldArrayRenderProps
, either in the docs or the flow types.
What is the expected behavior?
Sandbox Link
Here's the FieldArray example, adapted to show I can read from the value
prop.
https://codesandbox.io/s/n1nn8rpjwl
What's your environment?
Same as the example codesandbox.
Other information
Ultimately what I'm looking for is a way to read from the FieldArray programmatically/imperatively.
In redux-form I could use .get()
and/or .getAll()
, but this isn't available in react-final-form
.
Any guidance?
jbinto, laurengreenway, shrynx, jbetancur, davidroeca and 1 more
Metadata
Metadata
Assignees
Labels
No labels