Firebat
Firebat
FFilament
Created by Firebat on 1/7/2025 in #❓┊help
Custom page form repeater livewire error: property does not exist
It worked, thanks Matthew.
6 replies
FFilament
Created by Firebat on 11/28/2024 in #❓┊help
Select with belongsToMany. anyway of having it work but not accepting mulitple values?
i fixed by just doing a relation manager and blocking the attach action if it has a relation
4 replies
FFilament
Created by Firebat on 11/5/2024 in #❓┊help
Select with multiple doesn't show previously selected record because they are softdeleted
No description
9 replies
FFilament
Created by ingeday on 11/6/2024 in #❓┊help
open a modal from a navigationitem
hey there is also this one that maybe could fit your needs https://filamentphp.com/docs/3.x/panels/resources/getting-started#simple-modal-resources
9 replies
FFilament
Created by ingeday on 11/6/2024 in #❓┊help
open a modal from a navigationitem
and you pretty much can customize them however you want, passing custom views, etc... https://filamentphp.com/docs/3.x/actions/modals
9 replies
FFilament
Created by ingeday on 11/6/2024 in #❓┊help
open a modal from a navigationitem
Well you could make a action that opens a modal at least
9 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
well normally when im inside of a form i do Forms\Components\Livewire::make(GastosProjetoWidget::class)->columnSpanFull(), but you can call them like a normal livewire component https://filamentphp.com/docs/3.x/widgets/adding-a-widget-to-a-blade-view
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
if you are using a custom dashboard you will need to call them, if not they should have been automaticly discovered by the panel
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
oh, you have your own dashboard then not the admin panel provider?
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
i think, at least
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
you should do it like this, if this is your desired affect
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
No description
13 replies
FFilament
Created by Cushty on 11/5/2024 in #❓┊help
Widgets columns not taking effect
it could be multiple things, i had the same problem, can i see how you are calling your widgets?
13 replies
FFilament
Created by Adysone on 6/13/2024 in #❓┊help
Update viewfield state with placeholder addition values
and disabled fields need to have "dehydrated" so that they will save the value inside
11 replies
FFilament
Created by Adysone on 6/13/2024 in #❓┊help
Update viewfield state with placeholder addition values
if i got right your need, you should only do afterStateUpdated on one field and after that it would change the others
11 replies
FFilament
Created by Adysone on 6/13/2024 in #❓┊help
Update viewfield state with placeholder addition values
put ->live and use afterStateUpdated
11 replies
FFilament
Created by Firebat on 11/5/2024 in #❓┊help
Select with multiple doesn't show previously selected record because they are softdeleted
well, $record exists and points to the current record on edit and on create returns null as expected.
9 replies
FFilament
Created by Firebat on 11/5/2024 in #❓┊help
Select with multiple doesn't show previously selected record because they are softdeleted
i was thinking about trying to use livewire to check if it is a instance of edit, then modify the query to force the load the relations listed in the pivot
9 replies
FFilament
Created by Firebat on 11/5/2024 in #❓┊help
Select with multiple doesn't show previously selected record because they are softdeleted
the thing is that i keep getting null on the $state variable, maybe be cause the $state is set after que query is finished? Maybe because the state is not stored in the table in the db like the non pivot relations
9 replies