F
Filamentβ€’11mo ago
tesse05

Notifications appearing below modal backdrop

on version 2.17.52 sending a notification through ->before() method from an action modal, shows it below the modal...
4 Replies
Dennis Koch
Dennis Kochβ€’11mo ago
This was reported some days ago here on Discord, but nobody ever opened an issue on GitHub. @Zep Fietje @awcodes You already fixed this in an earlier version, right? Seems like this was reintroduced?
Dennis Koch
Dennis Kochβ€’11mo ago
Oh so it was only fixed in v3 πŸ™ˆ
tesse05
tesse05β€’11mo ago
ok, thx..
Want results from more Discord servers?
Add your server
More Posts
does RelationManager support navigating to view instead of modal view?does RelationManager support navigating to view instead of modal view?Update default filament user factoryHow can I update the filament user factory (`php artisan make:filament-user`) I added columns like fFilament\FilamentManager::getUserName(): Return value must be of type string, null returnedIs it possible to edit the user at Filament? I want instead of the name column, the columns firstnamDisplaying a description with HTML tag or entity on TextColumnis there any way to add html entity or tag inside `->description()` on a table row? i have tried as Unable to use colors on blade components in livewire form componentI have created a livewire form component using docs from https://filamentphp.com/docs/3.x/forms/addiTable header actions not showing in view pageHow do you show the `headerActions` of a relation manager inside a view page resource? It only showsComponent not found after changing a ->live() elementHello, i have created a full page component which uses a form and a select live field to conditionalCustomize modal width in simple resource default create and edit actionIs it possible to change the modal width inside of resource's form static method?How to use Livewire Component in Custom Page ?Im Simply tryna use Livewire component in my filament custom page, but i get (second img) "Livewiraction method not working on a standalone ActionI have the following code and the `action` method doesn't get executed. ```php Action::make('addToCa