spacedev
spacedev
FFilament
Created by rogazth on 6/22/2024 in #❓┊help
Chart widget with chart.js plugins
No description
14 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
@Leandro Ferreira Thank you very much for your help! It works great using your code
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
I will try this way thank you
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
I think the problem is related to ->default() method This one does not work TextInput::make('prefix')->default(fn (Get $get) => $get('../../cap')) This one does work, I'm able to get cap from outside the repeater Select::make('prefix')->options(function(Get $get){return ['cap' => $get('../../cap')];})
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
I was thinking of setting the repeater field based on the cap field, I mean within the repeater, using "Get". Anyway, setting the repeater field from the afterStateUpdated of the first Select field or the CAP TexInput would be ok.
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
I have a Select field, and in the "afterStateUpdated" I set the "cap" field depending on which option the user has selected in the Select field
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
Yes, I'm using it in the create page. If I set a default value to the cap field I'm able to get it from prefix field. But what if cap field is set dynamically? Is there a way to set a repeater field value from outside the repeater?
19 replies
FFilament
Created by spacedev on 6/18/2024 in #❓┊help
Setting the default value of a TextInput within a Repeater
I can do that, but what about the TextInput in the Repeater? What can I do to set is value?
19 replies
FFilament
Created by spacedev on 2/21/2024 in #❓┊help
Issue with ExportAction on table with defaultSort() on a relationship attribute
Hi, no I didn't find a solution yet
5 replies
FFilament
Created by spacedev on 2/21/2024 in #❓┊help
Export Error SQLSTATE[25P02]
I'm using QUEUE_CONNECTION=database, it's working this way
4 replies
FFilament
Created by spacedev on 3/11/2024 in #❓┊help
Database Notifications Not Working
Thank you for your support!
11 replies
FFilament
Created by spacedev on 3/11/2024 in #❓┊help
Database Notifications Not Working
Oh no, it was not working correctly! I will have to check why, but notifications are working again
11 replies
FFilament
Created by spacedev on 2/19/2024 in #❓┊help
Interact with uploaded file after form submission
Thank you!
5 replies
FFilament
Created by Ben on 12/7/2023 in #❓┊help
Infolist section header actions x-on:click.stop="x-on:click.stop"
Hello, I'm having the same warning using a SelectColumn
3 replies
FFilament
Created by Jon Mason on 12/8/2023 in #❓┊help
table headers disappear when using collapsible table rows.
Hi Jon, I had the same problem and as workaround, I used description('Text'), position: 'above') It's not the same as having a standard header of course
7 replies