How do you add processing spinner to wizard button? #13262
-
PackageForm builder Package Versionv3.2 How can we help you?In a custom page. As an example, in a wizard the next button has a processing spinner but the submit does not, how do I add it to the submit?
|
Beta Was this translation helpful? Give feedback.
Answered by
leandrocfe
Jun 14, 2024
Replies: 1 comment
-
It should be auto, if you are using a wire:submit <form wire:submit="create">
... You could force it adding a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
griggsk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be auto, if you are using a wire:submit
You could force it adding a
wire:target="create"
to the button