FilamentF
Filament3y ago
Zyel

RepeatableEntry not loop when inside scheme contain Sections

when i try repeatable entry with section inside, its only repeat the first object
this the code:
RepeatableEntry::make('published.edited_history')->schema([ ComponentsSection::make('history')->schema([ TextEntry::make('modify_at'), TextEntry::make('article_category'), TextEntry::make('title')->label('Judul Artikel'), ImageEntry::make('thumbnail')->label('Gambar Cover'), TextEntry::make('content')->html()->columnSpanFull(), ]) ]),
Was this page helpful?