react-final-form-arrays icon indicating copy to clipboard operation
react-final-form-arrays copied to clipboard

Fixed header for FieldArray

Open informvisu opened this issue 6 years ago • 0 comments

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> Screenshot

informvisu avatar May 29 '19 18:05 informvisu