© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•9mo ago•
2 replies
taqi

how to open a modal without a trigger button?

is there a way to open a modal without a trigger button? for example this action modal:

public function testAction(): \Filament\Actions\Action
{
     return \Filament\Actions\Action::make('test')
             ->modalHeading(__('Test Action'));
}
public function testAction(): \Filament\Actions\Action
{
     return \Filament\Actions\Action::make('test')
             ->modalHeading(__('Test Action'));
}


fyi: I am using filament actions inside livewire component
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

Trigger a slide-over modal without using a button .
FilamentFFilament / ❓┊help
3y ago
How to trigger a modal?
FilamentFFilament / ❓┊help
3y ago
Action trigger close modal before open
FilamentFFilament / ❓┊help
3y ago
Disable a modal trigger
FilamentFFilament / ❓┊help
12mo ago