Disabled tab

Hello, I've noticed that the Tab component has a disabled property, and I attempted to chain the ->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([]),
1 Reply
Ava
Ava5w ago
I am running into this issue myself, any update on how to disable a Tab?

Did you find this page helpful?