iqbalmahatmaputra
iqbalmahatmaputra
FFilament
Created by iqbalmahatmaputra on 7/22/2024 in #❓┊help
Problem with JS at livewire
No description
2 replies
FFilament
Created by iqbalmahatmaputra on 7/17/2024 in #❓┊help
How to show data from RichEditor to infolist-custom? My bullet & numbering doesn't render properly
No description
4 replies
FFilament
Created by iqbalmahatmaputra on 7/15/2024 in #❓┊help
Infolist extraAttributes didn't work for tailwindcss
I can't change my color or css using the tailwindCSS class. I have done according to the documentation https://filamentphp.com/docs/3.x/infolists/installation#installing-tailwind-css Here is my code public static function infolist(Infolist $infolist): Infolist { return $infolist ->schema([ Section::make([ Grid::make(2)->schema([ ImageEntry::make('course_photo') ->hiddenLabel(), TextEntry::make('course_name') ->extraAttributes(['class' => 'text-lg text-blue-500 font-bold']) ->hiddenLabel(), ]), ]), ]); }
16 replies