Firebat
Firebat
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
FFilament
Created by John Parker on 10/4/2023 in #❓┊help
Eloquent `point` field type data triggers "Unexpected end of JSON input"
he probably faced the same problem, and decided to go with this route
13 replies
FFilament
Created by John Parker on 10/4/2023 in #❓┊help
Eloquent `point` field type data triggers "Unexpected end of JSON input"
i don't know if this would help but, im using a filament plugin for googlemaps and the guy behind made a work around to submit a point to the google api using computed attributtes
13 replies