© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
Jakub

how to access current state of repeater item?

https://filamentphp.com/docs/3.x/infolists/entries/repeatable

On the docs it has example of

RepeatableEntry::make('comments')
    ->schema([
        TextEntry::make('author.name'),
        TextEntry::make('title'),
        TextEntry::make('content')
            ->columnSpan(2),
    ])
RepeatableEntry::make('comments')
    ->schema([
        TextEntry::make('author.name'),
        TextEntry::make('title'),
        TextEntry::make('content')
            ->columnSpan(2),
    ])


If I wanted to mutate the title for example, how would I do that?

When i do ->state and than dd record, it gives me the parent information

So in this case if a post has comments, it shows me post.

I want to access the specific comment?
Repeatable entry - Infolist Builder - Filament
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to access $state inside a Repeater item ->collapsed()
FilamentFFilament / ❓┊help
16mo ago
How to access the Repeater item?
FilamentFFilament / ❓┊help
3y ago
Get the index of current repeater item
FilamentFFilament / ❓┊help
12mo ago
Repeater item index access?
FilamentFFilament / ❓┊help
2y ago