datepicker
datepicker copied to clipboard
A simple datepicker component designed for Svelte.
**Describe the bug** The DatePicker seems to be mounting and then umounting on svelte mount. This happens in a matter of milliseconds so its not detectable normally but i picked...
**Describe the bug** When both `startDate` and `defaultYear` / `defaultMonth` are defined, then `defaultYear` / `defaultMonth` is ignored. I understand that this might be expected behaviour, but currently, there is...
Heyhey, I just noticed that `defaultYear` is defined in the README docs, but `defaultMonth` isn't mentioned. I just found it by reading the source code, and figured it would be...
While side-by-side month selection is undoubtedly helpful for selecting a date range, clicking the `left arrow` button also affects `month view on right side`. This limitation prevents users from selecting...
Love the date picker. It has pretty much everything that I need. My only issue is there is no easier way of selecting the year and month.
**Describe the bug** Over [here](https://github.com/svelte-plugins/datepicker/blob/main/src/datepicker.svelte#L875), one can see, that enabled array being formed by starting from `rangeStart` and advancing one day each time until `rangeEnd` reached. If `rangeStart` started before...