submitHandlers.onValid allows us to override the valid submit handler, but we can't call the default submit handler. Therefore it's not possible to "wrap" the default submit handler with custom logic - I'm not aware of any way to do that.
Is it possible to do it? If not, would it make sense to expose the default submit handler?
submitHandlers.onValidallows us to override the valid submit handler, but we can't call the default submit handler. Therefore it's not possible to "wrap" the default submit handler with custom logic - I'm not aware of any way to do that.Is it possible to do it? If not, would it make sense to expose the default submit handler?