-
Notifications
You must be signed in to change notification settings - Fork 126
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 global Formsy.isPristine() function #62
Comments
A pull request would be very welcome for this feature. |
Had the same question today and that value is kinda there. Formsy pass two properties to |
If we renamed A test would be nice too, if it became a publically documented function. |
You should probably think about dynamically added/removed fields too. |
It would be really useful to be able to use isPristine in the component that has the
<Formsy/>
, for example for when you want to enable submit only when form is dirty. Right now we need to track the dirty state of the form ourselves. We have isPristine only inside the input component (with.Formsy).Is this request align with Formsy intended design? Would a PR be welcome for this?
The text was updated successfully, but these errors were encountered: