Date picker
Hello,
can you help me implement date picker on my project
Metronic 8 + Demo 7
I'm trying to implement flatpickr
I saw this page but I don't how to proceed
https://preview.keenthemes.com/html/metronic/docs/forms/flatpickr
Thank you
Replies (3)
Hi alx naxis
The sample page shows JS and HTML code. You can implement it on your page by referring to the example.
Thanks
Of course I tried.
The part about the Initialization, I do not know if there is something special to do but the code is note working.
I lunched this command
npm i flatpickr --save
But I'm seeing errors
Cross-site Scripting in quill - https://github.com/advisories/GHSA-4943-9vgg-gr5r
No fix available
node_modules/quill
The flatpickr plugin is already included in Laravel. No need for you to reinstall flatpickr via npm.
package.json file:
"flatpickr": "^4.6.9",
The integration is added here:
/starterkit/resources/mix/plugins.js
/starterkit/resources/mix/plugins.scss
By right, the bundle assets should have the flatpickr:
/starterkit/public/assets/plugins/global/plugins.bundle.js
/starterkit/public/assets/plugins/global/plugins.bundle.css
Thanks