You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
## 2.x dev - Full Re-Write of the package, with bug fixes:
### Improvements and Fixes:
1. Dark mode is now enabled on the fly for the FilamentPHP admin panel.
2. The package can now be used in standalone forms outside the filament admin panel. Fixes#1, #2, #6, #23
3. Almost all of Flatpickr's native configuration is now supported out of the box through a fluent interface. Fixes#10, #11, #24
3. Alpine.js component is now loading lazily using async-alpine
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!
The text was updated successfully, but these errors were encountered: