© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
Philipp Bürger

Access state of other field outside of repeater

Hi I'm using a closure to set the options of a select field inside a repeater element. For this I need the value of a field outside of the repeater. But I seems that I can only access the values inside of the repeater element itself

Select::make('icon')
  ->options(fn (Closure $get) => config('icons.'.$get('value-outside-of-
repeater')))
->required(),
Select::make('icon')
  ->options(fn (Closure $get) => config('icons.'.$get('value-outside-of-
repeater')))
->required(),


Do I need to pass another parameter to access the value?
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

Access value outside Repeater
FilamentFFilament / ❓┊help
2y ago
Repeater requiredIf validation from the field outside of repeater
FilamentFFilament / ❓┊help
2y ago
Access repeater item value from outside
FilamentFFilament / ❓┊help
2y ago
how to access current state of repeater item?
FilamentFFilament / ❓┊help
2y ago