badge in global search
New tailwindcss classes not bundling in new blade files
composer dev
/ npm run dev
running, and created a new file:
resources/views/livewire/application-nav.blade.php...Filament 3.x: How to open a modal from blade template
<div wire:init="init">
@if ($isAdmin)
...
<div wire:init="init">
@if ($isAdmin)
...
Odd issue with form select on virtual column
Select and media upload not loading and working correctly

How can i move this preset 'All' of advanced filter to last ? It is placed at first by default.

Any way to create collapsible/expandable table rows while having normal table headers?
ModalContent inputs pass to action()
public $notes = [];
to your ListPage
inject $livewire
in the action:
```php...Filament vite manifest not found!
composer install --no-dev
that command run all the things before npm install. That's why I got the error. So here is how I fixed?
- I removed php artisan package:discover --ansi . But I run after npm install. Is that best approach or not? How you guys handle this case?
error
```md...npm run build
Multiple Relationships
How can I format price without focus?
TailwindCSS
->viteThem('path/to/css')
->viteThem('path/to/css')

Unable to use before() & after() in Wizard form by using submitAction()
ToggleButton state return string
Select Option Disabled Based on Another Field's Value
Summarising groups of rows - distinguish group and overall summaries
Upgrading to Filament >= 3.2.138 causes black screen/modal overlay bug.
php artisan filament:upgrade
and also php artisan filament:optimize
, have also tried clearing browser cache and I still get this behavior. For me it's on all versions >= 3.2.138. Downgrading to 3.2.137 instantly fixes it.
The bug itself seems to match up with what is described here; https://github.com/filamentphp/filament/issues/15017 the tables load fine, but any action on the table e.g. changing the rows or using a filter seems to cause the black modal overlay to appear. I have no console errors.
Any ideas? The github links imply that this issue is resolved so I am wondering if I am missing something here. Thanks in advance...Filament Form: Dynamic additional_fields values not being saved properly
Persist tab in InfoList when using getTabs function
->persistTabInQueryString('settings-tab')
.
```
public function getTabs(): array
{...Testing relation manager actions