colinbate / redux-form-submit-saga

Handles redux-form submissions using redux-saga
MIT License
61 stars 12 forks source link

Allow a transform function to be passed to onSubmitActions on the Long Signature form #12

Closed andredp closed 7 years ago

andredp commented 7 years ago

I don't think it breaks any existing code, since it defaults to "identity", but let me know if there are any problems, or you don't agree with this.

colinbate commented 7 years ago

Interesting, I'm not sure why I didn't do this before. Thanks.