adam
adam
FFilament
Created by adam on 8/28/2024 in #❓┊help
How can I add steps to the DateTime UI
@awcodes Thanks other Adam 🙂
9 replies
FFilament
Created by adam on 8/28/2024 in #❓┊help
How can I add steps to the DateTime UI
Ah, that was it!
9 replies
FFilament
Created by adam on 8/28/2024 in #❓┊help
How can I add steps to the DateTime UI
Sure
TimePicker::make('from')
->seconds(false)
->minutesStep(config('global.minutes_step'))
->displayFormat(config('global.time_format'))
->required()
->reactive(),
TimePicker::make('from')
->seconds(false)
->minutesStep(config('global.minutes_step'))
->displayFormat(config('global.time_format'))
->required()
->reactive(),
In V2 I had used this 22 times and in all cases the UI is not stepped, validation asks me to change the input, but the keyboard input does step the time.
9 replies
FFilament
Created by adam on 8/28/2024 in #❓┊help
How can I add steps to the DateTime UI
No description
9 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
thanks for the help!
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
maybe this is a laravel 11 thing then
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
good to know
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
OK
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
hummmmm
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
totally, I guess maybe if I can confirm, that the admin panel is only to be registered in the bootstrap/providers.php file and there's nothign else I'm missing?
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
this app's got a lot of beef behind it so it should be ok
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
It doesn't make sens why the dump-autoload is bothering to look at panel assets.
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
yea I'll see how it goes. this is working but my spidy sens is still tingling
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
I am yes
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
I did yes
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
humm, like making a script blade file and loading that
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
the last part is why I feel like something else is wrong.
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
10 + 2 work as expected. 11 + 3 works as expected if assets and migrations already exist.
59 replies
FFilament
Created by adam on 5/29/2024 in #❓┊help
Is it no longer possible to call Vite in the Panel Providers asset method?
I was on Laravel 10 and Filmanet 2, I wante to update to Filament 3 but it wasn't working so I went with Laravel 11 + Filament 3
59 replies