datepicker icon indicating copy to clipboard operation
datepicker copied to clipboard

A simple datepicker component designed for Svelte.

Results 26 datepicker issues
Sort by recently updated
recently updated
newest added

**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...

Type: Bug

**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...

Type: Bug

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...

Type: Feature

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.

Type: Feature

**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...

Type: Bug