Category "flatpickr"

proper usage of flatpickr and laravel

Hello all I am trying to get Flatpickr working with Laravel v8. I've done the following: npm install flatpickr then I added to the resources/app.js: const flat

proper usage of flatpickr and laravel

Hello all I am trying to get Flatpickr working with Laravel v8. I've done the following: npm install flatpickr then I added to the resources/app.js: const flat

Flatpickr set minDate and maxDate dynamically by other field value in field setting without custom JS

How could I set the minDate of a "end date" field to by dynamically bigger than the "start date" field by references to the start date input id without custom J

Livewire and Flatpickr - fails after rerender

This may be a basic question, but I'm struggling. Essentially I have a livewire component that updates an array of flight information that a user enters. Whenev