Closed dmb-220 closed 9 months ago
PanelSwitch::configureUsing(function (PanelSwitch $panelSwitch) { $panelSwitch->labels([ 'admin' => 'PAGRINDINIS', 'maiseliai' => 'MAIŠELIAI', 'pakuotes' => 'PAKUOTĖS',]) ->iconSize(16) ->icons([ 'admin' => 'heroicon-o-square-2-stack', 'pakuotes' => 'heroicon-o-cube', 'maiseliai' => 'heroicon-o-shopping-bag', ], $asImage = false) ->modalHeading('Pasirinkti') ->modalWidth('sm') //->slideOver(); ->simple(); }); works with simple(), not works slideOver or Modal. theme Nord, other theme all good
no
3.0.67
8.1.5
10
No response
bug is not occurring in the latest version, if it still does please reopen
What happened?
PanelSwitch::configureUsing(function (PanelSwitch $panelSwitch) { $panelSwitch->labels([ 'admin' => 'PAGRINDINIS', 'maiseliai' => 'MAIŠELIAI', 'pakuotes' => 'PAKUOTĖS',]) ->iconSize(16) ->icons([ 'admin' => 'heroicon-o-square-2-stack', 'pakuotes' => 'heroicon-o-cube', 'maiseliai' => 'heroicon-o-shopping-bag', ], $asImage = false) ->modalHeading('Pasirinkti') ->modalWidth('sm') //->slideOver(); ->simple(); }); works with simple(), not works slideOver or Modal. theme Nord, other theme all good
How to reproduce the bug
no
Package Version
3.0.67
Filament Version
3.0.67
PHP Version
8.1.5
Laravel Version
10
Notes
No response