savannabits / filament-flatpickr

Extend your Filament Date-Picking with Flatpickr
MIT License
43 stars 29 forks source link

[Bug]: can't use it as expected #67

Open HUHAO-mll opened 1 month ago

HUHAO-mll commented 1 month ago

What happened?

image image

How to reproduce the bug

I don't know, after installing it, it can't work

Package Version

3.1

PHP Version

8.2

Laravel Version

11

Which operating systems does with happen with?

Linux

Notes

No response

callmeobserver commented 1 week ago

Line 502 in Coolsam\FilamentFlatpickr\Forms\Components\Flatpickr, fix:

public function minDate(Carbon|string|null|Closure $minDate): static