Cow
Automatically submit form when Select field changes
I recognize using a full Livewire component when I don't need any reactivity is overkill, so if there's a better way to do this, please point me in the right direction. I really just want to make use of Filament's UI capabilities, to make a searchable dropdown, and I want to keep it consistent with the look-and-feel of the rest of my app, which is using Filament data tables, infolists, etc. But in this particular case, I specifically want a full page load so I don't necessarily need this to be a Livewire form if there's another way to do this
4 replies
`FilamentColor::register()` having no effect (icons are same color as text)
Aha, finally tracked it down. For future reference: The important lines that were missing in my
tailwind.config.js
were:
I missed that line when applying the installation instructions to my existing project8 replies
`FilamentColor::register()` having no effect (icons are same color as text)
I assume these are either not being added to my project's CSS because the colors aren't being registered properly, or they're being stripped out by the code pruning. But I'm not sure how to figure out which one could be the case in my situation
8 replies