savannabits / filament-flatpickr

Extend your Filament Date-Picking with Flatpickr
MIT License
46 stars 35 forks source link

Alt Format Not Changing #10

Closed vitorpena closed 1 year ago

vitorpena commented 1 year ago

Hi,

I noticed that the alt format wasn't being changed, so I tinkered a bit and explored that we needed to tweak a couple of lines of code.

In file: flatpickr.blade.php please add: "altInput" => $isAltInput(), after line 3.

In file dist/datepicker.js please change line 16 to "altFormat: attribs.altFormat,"

That should do it. Thanks for making this component I really appreciate it!

coolsam726 commented 1 year ago

Hi @vitorpena, Thank you for taking your time to explore the solution to your issue. Could you kindly make the changes in a fork and submit a Pull Request? I would be glad to merge it.

Thanks!

coolsam726 commented 1 year ago

Fixed in #27