© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
6 replies
galli.roberto

Action Modal - inside user menu

I'm trying to add an Action with modal form inside e user menu.

The button appear, but the modal doesn't open

Filament::registerRenderHook(
    PanelsRenderHook::USER_MENU_PROFILE_AFTER,
    fn (): string => Blade::render(
        Action::make('updateAuthCredentials')
            ->modal(true)
            ->color('gray')
            ->icon('heroicon-o-user')
            ->form([

            ])->toHtml()
    )
);
Filament::registerRenderHook(
    PanelsRenderHook::USER_MENU_PROFILE_AFTER,
    fn (): string => Blade::render(
        Action::make('updateAuthCredentials')
            ->modal(true)
            ->color('gray')
            ->icon('heroicon-o-user')
            ->form([

            ])->toHtml()
    )
);


Anyone with some experience?
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 action modal, inside action modal
FilamentFFilament / ❓┊help
5mo ago
fileUpload inside Action Modal
FilamentFFilament / ❓┊help
3y ago
Delete action inside modal - alignment
FilamentFFilament / ❓┊help
4mo ago
test select action inside modal
FilamentFFilament / ❓┊help
15mo ago