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

Added getFormValues for obtaining the submit-raw data without needing to submit and return formSubmitted Result #408

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TrendyTim
Copy link

Gets the current value state (used for saving a draft version of the form in memory or for submitting that to server).

Gets the current value state (used for saving a draft version of the form in memory or for submitting that to server).
Although one can bypass this by invoking formSubmitted on the instance itself, if more advanced needs are not required, is a seemingly innocious way to get the promise from the submission.
@TrendyTim TrendyTim changed the title Added getFormValues for obtaining the submit-raw data without needing to submit. Added getFormValues for obtaining the submit-raw data without needing to submit and return formSubmitted Result Mar 24, 2021
@eyleron
Copy link

eyleron commented Apr 18, 2021

This would be helpful for those like me who need to support going offline for a bit. E.G. Inspectors with tablets in the field with sporadic 4g.

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