© 2026 Hedgehog Software, LLC

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

Disabled tab

Hello,

I've noticed that the
Tab
Tab
component has a disabled property, and I attempted to chain the
->disabled()
->disabled()
method to it. However, I encountered an issue where the tab remains navigable despite setting it as disabled.

use Filament\Forms\Components\Tabs\Tab;

Tab::make('Tab')
     ->disabled()
     ->schema([]),
use Filament\Forms\Components\Tabs\Tab;

Tab::make('Tab')
     ->disabled()
     ->schema([]),
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

How i disabled the clickable row in TableBuilder
FilamentFFilament / ❓┊help
3y ago
Filament Table tab
FilamentFFilament / ❓┊help
2y ago
Table in tab
FilamentFFilament / ❓┊help
3y ago
Table TextInput Conditionally Disabled
FilamentFFilament / ❓┊help
2y ago