valentin_morice
valentin_morice
FFilament
Created by valentin_morice on 3/5/2024 in #❓┊help
Compiling Tailwind classes when contributing
Found the solution, I had to run composer update in the parent Laravel app to publish the new assets (the css file).
4 replies
FFilament
Created by valentin_morice on 10/28/2023 in #❓┊help
Pass URL parameters to a CreateResource form inputs
Have a great day!!
9 replies
FFilament
Created by valentin_morice on 10/28/2023 in #❓┊help
Pass URL parameters to a CreateResource form inputs
Ah yes, found it, thank you. Still a bit new to filament.
9 replies
FFilament
Created by valentin_morice on 10/28/2023 in #❓┊help
Pass URL parameters to a CreateResource form inputs
Which class should the CreatePayment extends? I can't seem to find the fillForm() function and the class it belongs to.
9 replies
FFilament
Created by valentin_morice on 10/23/2023 in #❓┊help
DatePicker value if DB field is null
Second solution worked, thank you!
5 replies
FFilament
Created by valentin_morice on 10/14/2023 in #❓┊help
Date Picker Placeholder
OK, I've got the behavior I wanted. Thank you so much for your help, have a great day!
14 replies
FFilament
Created by valentin_morice on 10/14/2023 in #❓┊help
Date Picker Placeholder
It does work with default, but somehow the value is set only after the state is mutated on the front-end.
14 replies
FFilament
Created by valentin_morice on 10/14/2023 in #❓┊help
Date Picker Placeholder
Thought I saw it in the documentation, but I realized it was v1, not v3.
14 replies
FFilament
Created by valentin_morice on 10/14/2023 in #❓┊help
Date Picker Placeholder
You're right, seems like placeholder don't apply to date pickers.
14 replies
FFilament
Created by valentin_morice on 10/14/2023 in #❓┊help
Date Picker Placeholder
I tried passing the Carbon object itself, and hardcoded a simple datetime string. I also tried a string that matches the formatting on the front-end (because why not), but it did not work either.
14 replies
FFilament
Created by valentin_morice on 10/14/2023 in #❓┊help
Date Picker Placeholder
DatePicker::make('starts')->placeholder(Carbon::now()->toDateString)
14 replies
FFilament
Created by valentin_morice on 10/9/2023 in #❓┊help
Get the active tab when submitting a form
Thanks for the reply, I finally ended up showing different forms conditionally instead
6 replies