datepicker
datepicker copied to clipboard
A simple datepicker component designed for Svelte.
The hours and minutes of the date resets to 00:00 when I choose a new date range. How can I keep the hours?
**Describe the bug** If I have a datepicker component like the example REPL, if I change startDate = new Date() to startDate = NULL and click on the input field,...
**Describe the bug** When selecting a date from the calendar in (1.0.9) I get the correct date object selected but the day of the month with the shown selected in...
**Describe the bug** If you choose that the "startOfWeek" is, e.g. 1 for Monday, the day of the week labels get scrambled. **To Reproduce** 1. Set `startOfWeek="1"` 2. Open datepicker...
https://github.com/svelte-plugins/datepicker/blob/8543a936e805340b47c791dd0f22c96099915c84/src/datepicker.svelte#L948 The timepicker is not displayed if no date has been initialised. Does it make sense to solve this condition? In my case it would help a lot. With empty...