Show button loading on custom action button

The loading indicator is shown if I use ->action() but not with ->submit(). How can i show it using ->submit()?
2 Replies
josef
josef16mo ago
try
->extraAttributes([
'wire:target' => 'submit',
])
->extraAttributes([
'wire:target' => 'submit',
])
fikurimax
fikurimaxOP16mo ago
worked, Thanks!
Want results from more Discord servers?
Add your server