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

Add data property to FormState #458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mcuppi
Copy link

@mcuppi mcuppi commented Jul 9, 2022

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.

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
Copy link
Author

mcuppi commented Jul 9, 2022

@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.

@gertdreyer
Copy link
Collaborator

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

@mcuppi
Copy link
Author

mcuppi commented Apr 21, 2023

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

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

Successfully merging this pull request may close these issues.

None yet

2 participants