© 2026 Hedgehog Software, LLC

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

Action to change active form tab

I wanted to make a Wizard-like Tabs with next and previous buttons, how do I do this? The reason I use tabs is because it's more simple and I can use badges.

My current solution is to add on-click listener on the button, but pressing enter will just submit the form
Actions::make([
    Actions\Action::make('next')
        ->extraAttributes([
            'x-on:click' => 'tab = `-name-tab`'
        ])
])
Actions::make([
    Actions\Action::make('next')
        ->extraAttributes([
            'x-on:click' => 'tab = `-name-tab`'
        ])
])
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

Programmatically change active Tab
FilamentFFilament / ❓┊help
7mo ago
Change active Tab via callback
FilamentFFilament / ❓┊help
2y ago
Change table columns/filters based on active tab?
FilamentFFilament / ❓┊help
12mo ago
Change the active relation manager tab
FilamentFFilament / ❓┊help
3y ago