© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
11 replies
alexanderkroneis

How to access the Repeater item?

Hi,

I am trying to access the repeater item.

``php
Forms\Components\Tabs\Tab::make(__('Reduktionen'))->schema([
    Forms\Components\Repeater::make('rooms')
        ->label(__('Zimmer'))
        ->itemLabel(fn() => 'TODO') // How to access 
``php
Forms\Components\Tabs\Tab::make(__('Reduktionen'))->schema([
    Forms\Components\Repeater::make('rooms')
        ->label(__('Zimmer'))
        ->itemLabel(fn() => 'TODO') // How to access 
room`?
->relationship('rooms')
->addable(false)
->deletable(false)
->defaultItems(0)
->schema([...])
]),
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

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