svelte-plugins / datepicker

A simple datepicker component designed for Svelte.
https://svelte-plugins.github.io/datepicker
MIT License
54 stars 12 forks source link

Show showTimePicker if StartDate are not set #35

Open tguelcan opened 1 month ago

tguelcan commented 1 month ago

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 start date

Bildschirmfoto 2024-09-04 um 23 26 39

With selected start date

Bildschirmfoto 2024-09-04 um 23 28 16