phydeaux
phydeaux
FFilament
Created by phydeaux on 3/1/2024 in #❓┊help
Radio button layout based on media breakpoint?
Sorry. I did not. I ended up switching to ToggleButton fields which has the same issue but at least looks slightly better when inconsistently wrapped.
4 replies
FFilament
Created by TK on 6/3/2024 in #❓┊help
getUploadedFileNameForStorageUsing() on FileUpload::configureUsing() does not work :S
It's not working for me in a FileUpload::make()->getUploadedFileNameForStorageUsing setup. It was working prior to updating all my packages on Thursday morning. I saw @Dan Harrin's post about the documentation change regarding the security implications (https://discord.com/channels/883083792112300104/883253450207543327/1242213847813718066) but it didn't seem like there were any code changes happening along with it.
3 replies
FFilament
Created by phydeaux on 2/28/2024 in #❓┊help
requiredWithoutAll() validation being ignored
I ended up having to put a specific validation for my three fields in the Livewire component method that the form uses for wire:submit. It works fine but I really don't like the UI switch. Still no clue why it doesn't work as documented but I couldn't spend any more time chasing it down.
4 replies
FFilament
Created by amir18 on 11/13/2023 in #❓┊help
Repeater index find
Did you ever find a solution to this? I'm trying to set ->disabled on a field based on the repeater index.
6 replies
FFilament
Created by Hdev on 2/29/2024 in #❓┊help
Line height problem
Try adding
->extraAttributes(['class' => 'space-y-#'])
->extraAttributes(['class' => 'space-y-#'])
to the list layout object with whatever # works. Or maybe gap-y-#. I haven't used an Infolist yet so this is a little speculative but it worked great in the Form Builder.
6 replies
FFilament
Created by phydeaux on 2/29/2024 in #❓┊help
Can you override form wizard color?
Thanks. I combined this answer with another one (https://discordapp.com/channels/883083792112300104/1211689316439425074) and just overrode the primary. Now I just have to figure out what else I messed up by doing that. 🙂
5 replies
FFilament
Created by Willy on 2/28/2024 in #❓┊help
Specify a directory when creating a resource
artisan make:filament-resource Foo/Bar
artisan make:filament-resource Foo/Bar
will create the BarResource under the Foo directory
3 replies
FFilament
Created by phydeaux on 2/16/2024 in #❓┊help
Multiple authentication methods?
This looks to be working great. Thanks.
4 replies
FFilament
Created by TranceCode on 2/16/2024 in #❓┊help
How can change the focus-ring for input
Thanks! That worked for me too. I'm so not a front-end guy 🙂
46 replies
FFilament
Created by TranceCode on 2/16/2024 in #❓┊help
How can change the focus-ring for input
And I can't get it to show up at all. I'm using a FormBuilder element in a standard Livewire component but I can't imagine that would make any difference.
46 replies
FFilament
Created by TranceCode on 2/16/2024 in #❓┊help
How can change the focus-ring for input
Did you ever get this working? I've tried all sorts of variations and I can't get the focus ring to show up when I click or tab into a field.
46 replies