yoursjarvis
yoursjarvis
FFilament
Created by yoursjarvis on 5/16/2024 in #❓┊help
Is it possible to add loading indicator on a custom Action Button
@Leandro Ferreira yes it is... thank you sir really thank you pointing out this mistake. 🙏🙏
12 replies
FFilament
Created by yoursjarvis on 5/16/2024 in #❓┊help
Is it possible to add loading indicator on a custom Action Button
<x-filament-panels::page>
<x-filament-panels::form wire:submit="updateProfile">
{{ $this->editProfileForm }}
<x-filament-panels::form.actions
:actions="$this->getUpdateProfileFormActions()"
></x-filament-panels::form.actions>
</x-filament-panels::form>

<x-filament-panels::form wire:submit="updatePassword">
{{ $this->editPasswordForm }}
<x-filament-panels::form.actions
:actions="$this->getUpdatePasswordFormActions()"
/>
</x-filament-panels::form>
</x-filament-panels::page>
<x-filament-panels::page>
<x-filament-panels::form wire:submit="updateProfile">
{{ $this->editProfileForm }}
<x-filament-panels::form.actions
:actions="$this->getUpdateProfileFormActions()"
></x-filament-panels::form.actions>
</x-filament-panels::form>

<x-filament-panels::form wire:submit="updatePassword">
{{ $this->editPasswordForm }}
<x-filament-panels::form.actions
:actions="$this->getUpdatePasswordFormActions()"
/>
</x-filament-panels::form>
</x-filament-panels::page>
and this is the blade file of that page
12 replies
FFilament
Created by yoursjarvis on 5/16/2024 in #❓┊help
Is it possible to add loading indicator on a custom Action Button
it is a custom page
12 replies
FFilament
Created by yoursjarvis on 5/16/2024 in #❓┊help
Is it possible to add loading indicator on a custom Action Button
@Leandro Ferreira yes sir
12 replies
FFilament
Created by yoursjarvis on 5/16/2024 in #❓┊help
Is it possible to add loading indicator on a custom Action Button
No description
12 replies
FFilament
Created by yoursjarvis on 5/10/2024 in #❓┊help
Select components with multiple option not render properly
thank you it's worked
4 replies
FFilament
Created by yoursjarvis on 5/2/2024 in #❓┊help
Assets Not Found on Server
Thank you both of you for your valuable time
16 replies
FFilament
Created by yoursjarvis on 5/2/2024 in #❓┊help
Assets Not Found on Server
sir I'm not setup the live server yet this is my just filament project I just use a shared hosting to trying to figure out how everything works on the live
16 replies
FFilament
Created by yoursjarvis on 5/2/2024 in #❓┊help
Assets Not Found on Server
yes but this is just for the demo server not for live server
16 replies
FFilament
Created by yoursjarvis on 5/2/2024 in #❓┊help
Assets Not Found on Server
@Leandro Ferreira thank you for your assistance it's solved the filament's assets issue but still livewire js is not found
16 replies
FFilament
Created by yoursjarvis on 5/1/2024 in #❓┊help
Getting cors error on edit page
@Dennis Koch hey man thank you it's working now
14 replies
FFilament
Created by yoursjarvis on 5/1/2024 in #❓┊help
Getting cors error on edit page
okay I'll try this way and thanks for your assistance man 🙏🏽
14 replies