Repeater collapseAllAction and expandAllAction bug?

I'm trying to hide these 2 actions by:
->collapseAllAction(
fn (\Filament\Forms\Components\Actions\Action $action) => $action->visible(false),
)
->expandAllAction(
fn (\Filament\Forms\Components\Actions\Action $action) => $action->visible(false),
),
->collapseAllAction(
fn (\Filament\Forms\Components\Actions\Action $action) => $action->visible(false),
)
->expandAllAction(
fn (\Filament\Forms\Components\Actions\Action $action) => $action->visible(false),
),
But both action still appear at the top of the repeater. Is it a bug? I've also tried the $action->hidden(true)
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server