lbar
lbar
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
ok i'll try in my way, thank you very muck for your extensive support on this. much appreciate
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
uh, this worked :squint:
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
yes also trying to comment everything, aside Documents didn't works
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
yep, the dd($arguments) works, but I need to comment the fillForm followed (but this is fine, i found this also in the doc). The static options doesn't work too. But this morning i have tried to comment everything from my stepper form, and create an example with the simple form like your own example, and it worked. It's for that, that my guess are that this $form->getComponent($form->getStatePath() . '.member_certificates') can't grab the correct input on the Documents step
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
livewire component, called like: {{ ($this->subscribeMemberAction)(['member_id' => $member->id]) }}
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
for now workarounded saving the member_id on the session, but not quite sure that is the best approach. imho the step/wizard form require a different mountUsing, but didn't find something on the docs
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
probably found. The form that i'm using is a step (wizard), so my guess is that $form->getStatePath().'.member_certificates' isn't getting correctly my field
20 replies
FFilament
Created by lbar on 1/3/2025 in #❓┊help
modal form passing value from the action
removed my previous answer because obviously wrong, by the way at that time, also with your example i'm not able to populate my radio on modal start...still trying...
20 replies
FFilament
Created by lbar on 12/12/2024 in #❓┊help
breadcrumb never disappear completely
yeah. this did the trick. thank you
5 replies
FFilament
Created by lbar on 11/11/2024 in #❓┊help
DatePicker problem accessing the field from the relationship
solved with this casting on the model: 'birth_date' => 'date:Y-m-d' no idea why i needed to explicit the casting format, otherwise from the relations the picker can't grab the correct one.
4 replies
FFilament
Created by lbar on 10/4/2024 in #❓┊help
alignment in panel
bump for the great justice! 😅
3 replies
FFilament
Created by lbar on 10/2/2024 in #❓┊help
extraAttributes add class on Section seems not works
yes, found also that one. but at the end of the day I prefer the custom theme, in order to be little bit more organized. thank you
8 replies
FFilament
Created by lbar on 10/2/2024 in #❓┊help
extraAttributes add class on Section seems not works
it was not rendered at all. actually i have solved creating a custom theme and there creating a class like
.mycustom-background {
@apply bg-neutral-950 !important;
}
.mycustom-background {
@apply bg-neutral-950 !important;
}
and then
->extraAttributes(['class' => 'mycustom-background']),
->extraAttributes(['class' => 'mycustom-background']),
But to me this seems an overkill. not sure if this is the best approach to do this. So before to mark it solved, i just wait for some others opinions.
8 replies
FFilament
Created by lbar on 10/2/2024 in #❓┊help
extraAttributes add class on Section seems not works
No description
8 replies