-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
[Question] Save (autosubmit) the form on field changes #11
Comments
That's an idea for new functionality. I'll do it asap. |
Wow!!! I was just tinkering with the idea (in my head tbh) for the past few days and thinking around extending the form and using the onchange event and the state changes within the lifecycle methods. But it would just be plain awesome if you were to implement it natively. On a not directly related, but somewhat accompanying note: While at it, it would also be great if you could introduce a that would allow for fine grained validation handling. for example, one may not want the whole form to undergo validation before its first actual submit, and then all subsequent "changes" would rerun validation. it would be much like https://github.com/aldeed/meteor-autoform#fine-tuning-validation |
I've also released As to the send note - I don't really get you idea of that |
@radekmie this was quick! thank you very much. should I open another issue to further discuss the pristine topic? |
Go ahead. |
It's fixed in |
Thanks a lot! |
What would be the canonical way to automatically submit the form on any change on any field?
Basically, I want to achieve a "buttonless" form where all user changes automatically get validated and persisted.
The text was updated successfully, but these errors were encountered: