react-final-form-arrays
react-final-form-arrays copied to clipboard
Fixed header for FieldArray
Are you submitting a bug report or a feature request?
feature request
What is the current behavior?
Fields are self-described using placeholder
What is the expected behavior?
Add optional header with the values from field names.
Sandbox Link
https://codesandbox.io/s/xvrv30p95q
What's your environment?
Other information
Insert this just above the <FieldArray ...> in the sandbox index.js, to see what I am expecting.
<div><div>No</div><div>FirstName</div><div>LastName</div></div>
