svelte-calendar icon indicating copy to clipboard operation
svelte-calendar copied to clipboard

Feat: re-add time data to output dates.

Open ItsMeBrianD opened this issue 5 years ago • 1 comments

Resolves #83.

Simple 1-line fix, assigns the previous states time data to the new state before replacing it, thus ensuring it will remain available.

ItsMeBrianD avatar Jun 09 '20 20:06 ItsMeBrianD

We will need to re-think how we want to do this in v3 of svelte-calendar. I do agree with the basic premise: svelte-calendar's Datepicker component should not be altering the time portion of the selected dates for implementations like yours. I have worked around this with my own time picker implementations but it would be nice if workarounds were not necessary.

6eDesign avatar Sep 19 '21 17:09 6eDesign