krayin / laravel-crm

Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
https://krayincrm.com
MIT License
7.52k stars 499 forks source link

fill filtered date field value after page refresh #1244

Closed phyothiha closed 2 months ago

phyothiha commented 2 months ago

issue #1242 (Quotes Date Field Filter Values)

How to solve it

The reason why date field values are empty is because of not updating the plugin config option called defaultDate after page refresh. Date field is using flatpickr library and you can read the library config options here for reference.

prabhat-webkul commented 2 months ago

duplicate PR - https://github.com/krayin/laravel-crm/pull/1246