© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
DianaMujoiu

Item label for repeater

Hello guys. I am using a collapsed repeater with an item label. I need that label to be set to the room title. This is my code
  Repeater::make('bedroom_option')
                        ->itemLabel('Bedroom option')
                        ->collapsed()
                        ->inset()
                        ->schema([
                            TextInput::make('room_title')
                            ->reactive()
                            ->label('Room title')
                            ->required(),
  Repeater::make('bedroom_option')
                        ->itemLabel('Bedroom option')
                        ->collapsed()
                        ->inset()
                        ->schema([
                            TextInput::make('room_title')
                            ->reactive()
                            ->label('Room title')
                            ->required(),

Is there a way to set the item label to room title foreach item of the repeater ?
Screenshot_2023-06-06_at_13.24.56.png
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 Label
FilamentFFilament / ❓┊help
4mo ago
Dynamic label for repeaters
FilamentFFilament / ❓┊help
2y ago
Repeater item id
FilamentFFilament / ❓┊help
2y ago
Repeater - deletable except for first item
FilamentFFilament / ❓┊help
16mo ago