Nijholt
Nijholt
FFilament
Created by Christian Giupponi on 1/19/2024 in #❓┊help
import csv and generate slug before save the post
I would suggest you use: mutateFormDataBeforeCreate
6 replies
FFilament
Created by F alko on 7/28/2023 in #❓┊help
Infolist or widgets in forms
I'm trying to get it to work as well. I was trying something like:
Components\Group::make(fn($livewire) => [
Infolist::make($livewire)
->schema([ Infolists\Components\TextEntry::make('product.name')
->label('Product name'),
])
])
Components\Group::make(fn($livewire) => [
Infolist::make($livewire)
->schema([ Infolists\Components\TextEntry::make('product.name')
->label('Product name'),
])
])
12 replies