[Question] OnSubmit change button to progress bar #474
ymoreiratiti
started this conversation in
General
Replies: 1 comment
-
Hi @ymoreiratiti - you can replace the onsubmit with your own ‘onSubmit’ handler that processes it as a promise. Not just that you can even replace the submit button itself with your own component. you can look at this issue for example #449 where similar question was raised. I hope this helps in resolving your issue. Thanks. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
It's possible to make onSubmit a promise, that when processing changes the button submit to a progress bar and disable click?
Beta Was this translation helpful? Give feedback.
All reactions