On demand progress bar #1775
MohammadZarifiyan
started this conversation in
Ideas
Replies: 2 comments 8 replies
-
You can use onStart onSuccess or onFinish methods from useForm() |
Beta Was this translation helpful? Give feedback.
2 replies
-
Inertia by default uses nprogress, you can just use that if you want. Inertia also just makes calls to nprogress. |
Beta Was this translation helpful? Give feedback.
6 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
It would be great that if i could trigger progress bar whenever i want.
For example, Sometimes i want send a POST Request to an external API. So It would be great if i could show inertia progress bar to user before calling API and hide it when API call finished.
Beta Was this translation helpful? Give feedback.
All reactions