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

feat: expose state getters on the form instance via template refs #4121

Merged
merged 1 commit into from
Feb 5, 2023

Conversation

logaretm
Copy link
Owner

@logaretm logaretm commented Feb 5, 2023

πŸ”Ž Overview

Exposes a few state getters for <Form /> state:

  • getValues
  • getErrors
  • getMeta

βœ” Issues affected

closes #4006

@logaretm logaretm merged commit 7f1c39c into main Feb 5, 2023
@logaretm logaretm deleted the feat/4006-add-state-getters-to-form-component branch February 5, 2023 22:51
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.

Access the Forms values from a ref
1 participant