© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•5mo ago•
2 replies
ÃlÕsTãß

RepeatableEntry Actions Not Working in Filament v4 ❌

Having issues with actions inside RepeatableEntry schemas in Filament v4. The edit and delete actions are completely unresponsive, while the header actions seem to be working perfectly fine.

Code structure:
RepeatableEntry::make('candidateEducationHistories')
    ->schema([
        Group::make([
            Actions::make([
                Action::make('edit')
                    ->mountUsing(...)
                    ->schema(...)
                    ->action(...),
                // other actions
            ]),
        ])
    ])
RepeatableEntry::make('candidateEducationHistories')
    ->schema([
        Group::make([
            Actions::make([
                Action::make('edit')
                    ->mountUsing(...)
                    ->schema(...)
                    ->action(...),
                // other actions
            ]),
        ])
    ])
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

Filament v4 TOTP for actions
FilamentFFilament / ❓┊help
2mo ago
Problem with RepeatableEntry\TableColumn in V4?
FilamentFFilament / ❓┊help
4mo ago
filament-actions::group label not working?
FilamentFFilament / ❓┊help
3y ago
RichEditor in v4 not working!
FilamentFFilament / ❓┊help
6mo ago