Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filamentβ€’3y agoβ€’
19 replies
Sauravisus

Toggling editability on fields in a repeater

I've got a repeater with 2 fields in it.

While on the edit view I need the textarea disabled, and the checkbox hidden by default.

Then, I need a button to "unlock" those fields for editing. As in, show the checkbox and un-disable the textarea.

Yes, it sounds wacky, but it's what my client wants I'm afraid. πŸ˜…

I tried using
live()
live()
on the toggle, and having both
disabled()
disabled()
and
hidden()
hidden()
use the value from a toggle outside the repeater to try and do what I wanted but that didn't seem to work.
Solution
So, for others trying to do insanity like me: Remember that inside repeaters you gotta use
../../
../../
if you wanna use
$get
$get
- This is covered in the documentation here: https://filamentphp.com/docs/3.x/forms/fields/repeater#using-get-to-access-parent-field-values
Jump to solution
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

Dynamic Fields in a Repeater Table
FilamentFFilament / β“β”Šhelp
6mo ago
Clone specific fields in repeater
FilamentFFilament / β“β”Šhelp
3y ago
Testing repeater fields
FilamentFFilament / β“β”Šhelp
3y ago
Dynamic default repeater fields
FilamentFFilament / β“β”Šhelp
16mo ago