lukaveck1
lukaveck1
FFilament
Created by lukaveck1 on 3/28/2025 in #❓┊help
Can't download PDF using Spatie Laravel-pdf
No description
2 replies
FFilament
Created by lukaveck1 on 3/27/2025 in #❓┊help
Having to click action button twice for changes to take place
I have this Button and on click I want to change pdf template Actions\Action::make('test_smthng') ->label('Change PDF preview') ->action(fn () => $this->selectedView = 'pdf-templates.layout.pdf-preview-default') and this ViewFIeld that's showing the custom template protected function getTemplateSection(): Component { return Section::make('PDF Preview') ->schema([ Grid::make(1) ->schema([ ])->columnSpan(1), Grid::make() ->schema([ ViewField::make('preview.default') ->columnSpan(2) ->visible() ->view($this->selectedView) For some reason when I first click on button it doesn't render the selectedView, but when I click again it does. Any ideas? I tried dispatching refresh on action $this->dispatch('refresh'); and even directly with setting ID on viewfield, but it doesn't work.
8 replies
FFilament
Created by lukaveck1 on 3/25/2025 in #❓┊help
Storing multiple filenames at once when uploading multiple files
No description
34 replies
FFilament
Created by lukaveck1 on 3/20/2025 in #❓┊help
Modal pops up for Action button that's not defined as modal, when closing an actual modal.
No description
2 replies
FFilament
Created by lukaveck1 on 3/20/2025 in #❓┊help
Passing check boxes value data to controller from modal
No description
4 replies
FFilament
Created by lukaveck1 on 2/21/2025 in #❓┊help
FIlament Bulk Delete causes this.$refs.modalContainer is undefined
Watch attached video: Trying to delete record or records causes this error and I have no idea why this.$refs.modalContainer is undefined. The modal for approving deletion gets triggered in background, you can see it, but something falls off and I have no idea where to even begin with this.
13 replies
FFilament
Created by lukaveck1 on 2/13/2025 in #❓┊help
Setting data field value on hidden field when submitting form.
No description
3 replies
FFilament
Created by lukaveck1 on 2/12/2025 in #❓┊help
Showing another modal for loading screen while submitting modal form.
No description
30 replies
FFilament
Created by lukaveck1 on 1/28/2025 in #❓┊help
Can't get correct URL when saving form
No description
21 replies
FFilament
Created by lukaveck1 on 12/6/2024 in #❓┊help
Passing value of input to a class
No description
4 replies
FFilament
Created by lukaveck1 on 12/5/2024 in #❓┊help
Can't get value of input field when submitting modal.
I'm not sure why I'm not getting state of another field here, basically I press on button and then modal opens with a new input field, then when I click on submit, I want to get that fields value, but I keep getting null when submitting - any ideas? When dumping $get('responseAskAI') I always get null for that input field.
5 replies
FFilament
Created by lukaveck1 on 11/19/2024 in #❓┊help
Showing/Hiding buttons based on URL paramaters.
No description
6 replies
FFilament
Created by lukaveck1 on 11/19/2024 in #❓┊help
Soft deleted records don't show after applying filter
No description
3 replies