Based on usage in doorway, the loadingMessage prop being set doesn't prevent the submit function from getting called when the button is type="submit".
Technical Notes:
- The loadingMessage is calling the preventdefault in the onClick where it might only prevent submission if called within the onsubmit function for a submit button
Based on usage in doorway, the loadingMessage prop being set doesn't prevent the submit function from getting called when the button is type="submit".
Technical Notes: