Cow
Cow
FFilament
Created by Cow on 2/10/2024 in #❓┊help
Automatically submit form when Select field changes
Anyone have any insight for me on this question?
4 replies
FFilament
Created by Cow on 2/10/2024 in #❓┊help
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
FFilament
Created by Cow on 11/27/2023 in #❓┊help
`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:
import preset from './vendor/filament/support/tailwind.config.preset'

...

export default {
presets: [preset],
import preset from './vendor/filament/support/tailwind.config.preset'

...

export default {
presets: [preset],
I missed that line when applying the installation instructions to my existing project
8 replies
FFilament
Created by Cow on 11/27/2023 in #❓┊help
`FilamentColor::register()` having no effect (icons are same color as text)
The test project I set up didn't even need the FilamentColor::register() command at all, so clearly there's something else I'm missing
8 replies
FFilament
Created by Cow on 11/27/2023 in #❓┊help
`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
FFilament
Created by Cow on 11/27/2023 in #❓┊help
`FilamentColor::register()` having no effect (icons are same color as text)
No description
8 replies