bernhard
How to center filter modal footer?
just for the records: This specific modal is a "choice" modal with just submit/close actions. And even if I have other buttons, I really dont like buttons on the left side. Its very uncommon. Most UI tools I use have it centered or right align. Nova for example have them right.
But its ok, I can work around it. Thanks for your help.
14 replies
Using Tailwind 4 alongside with filament
Sorry for late answer. Tried it out and it worked. But this - as far as I have tried - only works when not using Filament V3 on the frontend, because of some changes in TW4. So using it in an "isolated" admin panel is fine, but mixing Filament3 with TW4 will obviously break a lot of styles.
8 replies
Key-value Field with dot in key
None is triggered before the error:
KeyValue::make('data')
->mutateDehydratedStateUsing(fn ($state) => dd($state))
->afterStateUpdated(fn ($state) => dd($state))
->beforeStateDehydrated(fn ($state) => dd($state))
->dehydrateStateUsing(fn ($state) => dd($state))
49 replies