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

Add `data` property to `FormState`

Open mcuppi opened this issue 3 years ago • 3 comments
trafficstars

This commit adds a data property to the FormState object. The property serves the same purpose as the data property in the FieldState object: It is a place for arbitrary values to be placed by mutators.

mcuppi avatar Jul 09 '22 02:07 mcuppi

@erikras I believe I've followed all of the contributing guidelines. If I missed any, please let me know. Additionally, I could write tests for this if you want.

mcuppi avatar Jul 09 '22 02:07 mcuppi

@mcuppi Could you add tests and an example, please?

gertdreyer avatar Jan 13 '23 16:01 gertdreyer

@gertdreyer I apologize of the long silence. I'll try to add tests soon.

mcuppi avatar Apr 21 '23 01:04 mcuppi