When using an Infolist for a resource that has a Filament\Infolists\Components\RepeatableEntry wrapped in a Filament\Infolists\Components\Section, nested inside a RepeatableEntry it causes the nested RepeatableEntry to only render the first record for each of the parent RepeatableEntry.
Expected behavior
Each nested RepeatableEntry should render the correct record for the parent RepeatableEnrty.
This works as expected if you don't wrap the nested RepeatableEntry in a Section/Grid/Group.
Steps to reproduce
Wrap a nested RepeatableEntry in a Section\Grid\Group inside another RepeatableEntry.
Package
filament/filament
Package Version
v3.0.88
Laravel Version
v10.30.0
Livewire Version
v3.0.8
PHP Version
PHP 8.2.12
Problem description
When using an Infolist for a resource that has a
Filament\Infolists\Components\RepeatableEntry
wrapped in aFilament\Infolists\Components\Section
, nested inside aRepeatableEntry
it causes the nestedRepeatableEntry
to only render the first record for each of the parentRepeatableEntry
.Expected behavior
Each nested
RepeatableEntry
should render the correct record for the parentRepeatableEnrty
.This works as expected if you don't wrap the nested
RepeatableEntry
in aSection/Grid/Group
.Steps to reproduce
Wrap a nested
RepeatableEntry
in aSection\Grid\Group
inside anotherRepeatableEntry
.Reproduction repository
https://github.com/ashleyhood/filament-infolist-test
Relevant log output
No response