datepicker
datepicker copied to clipboard
✨ Ranged and preset events
I use this library on site that works with a lot of data, I let users control in what range they want to see said data displayed, but currently, from what I at least gathered, there is no way to get an event at a ranged selection or a preset click, so there is no comfortable time to update the data on the site.
Currently I can only change my data according to the dates whenever either endDate and startDate change, so it gets called twice when picking a range.
The data update is performance hitting, so it would be much better instead of chaining it with reactivity, just having an event "onRangePicked" or just simply "onApply" would be greatly appreciated.