AutoForm formtype supporting Meteor.callAsync #1736
polygonwood
started this conversation in
Ideas
Replies: 1 comment
-
Hey @polygonwood thanks a lot for this. I have created a comparison between this repo My suggestion is, you simply create a pull request with your What's missing currently:
It's a good starting point for async migration as we can move step by step. We should keep this discussion open and add anything that will come up during async migration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having little experience in contributing, I'm starting this discussion. While slowly adapting my major application to Meteor 3.0, I have added some new formtypes to AutoForm to make async calls in the submit loop.
I have added this to the branch async of the fork autoform-async .
This works for asynchronous methods or inserts. This does not (yet) support asynchronous hooks (rare in my application).
Who can comment on this ?
Beta Was this translation helpful? Give feedback.
All reactions