Vishant
Vishant
FFilament
Created by Vishant on 11/27/2023 in #❓┊help
Detect variable value change (on update)
I have created a custom page in Filament and then instantiated a variable in my controller ( public $selectedSollicitantSoort; ) My view has a <select> component which is linked with $selectedSollicitantSoort via wire:model. How can I get the selected value in the controller right when it is updated? I tried Livewire's updated($propertyName) method but it is not being triggered when the value is changed. In a regular Laravel (with livewire) application this method does work but not in Filament custom page.
2 replies
FFilament
Created by Vishant on 11/15/2023 in #❓┊help
Render hook not working
return $panel ->renderHook( 'panels::footer', fn (): View => view('livewire.footer'), scopes: [ \App\Filament\Resources\SollicitantResource::class, \App\Filament\Resources\StraatResource::class, \App\Filament\Resources\PlaatsingResource::class, ], );
4 replies
FFilament
Created by Vishant on 10/4/2023 in #❓┊help
Rename create button
How can I rename the create and create another buttons? (not a modal)
7 replies
FFilament
Created by Vishant on 10/2/2023 in #❓┊help
Focus on relation manager on page load
Is it possible to autofocus on the relation manager group instead of the edit form? I want the user to see the relation manager after record creation so they don't have to see the same form again.
10 replies