© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
Davide Bellini

Action in Placeholder hintAction doesn't fire

I have added an action to a form Placeholder component using hintAction method but, when I click on the action nothing happen. The same action used in a TextInput works fine.

This is an example:
Placeholder::make('somePlaceholder')
    ->content('Bla bla bla')
    ->hintAction(
        Action::make('copyText')
            ->icon('heroicon-m-clipboard')
            ->requiresConfirmation()
            ->action(fn () => dd('test'))
    ),
Placeholder::make('somePlaceholder')
    ->content('Bla bla bla')
    ->hintAction(
        Action::make('copyText')
            ->icon('heroicon-m-clipboard')
            ->requiresConfirmation()
            ->action(fn () => dd('test'))
    ),


could it be a bug?
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

In infolist placeholder doesn't work?
FilamentFFilament / ❓┊help
3y ago
$get doesn't work in action modal
FilamentFFilament / ❓┊help
3y ago
Accessing $records in hintAction
FilamentFFilament / ❓┊help
3y ago
Associate Action doesn't work
FilamentFFilament / ❓┊help
2y ago