Does it make sense to trigger onChangeAsync when onSubmit is called?
As
onChangeAsync
onChangeAsync
is mostly there for devs to make API calls which are debounceable, does it make sense to have it retriggered when onSubmit is called? Should we add an option to disable this behaviour?