lbar
lbar
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