You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set the default end date that shows up? Or set it programmatically somehow. We have an app where the default end date on the range needs to be set for a day from current day.
The text was updated successfully, but these errors were encountered:
We have the same issue. Unfortunately we didn't realize that this critical functionality was missing until already implementing and theming the range picker.
EDIT: I have submitted a PR which solves this issue: #65
I am not sure if this project is actively being maintained anymore, but if anyone stumbles across this same issue, they can check the code above for a solution. It's a very minimal and simple solution you can implement in your own project: see commit: 895d635
If you want, you could even install my fork directly
npm i https://github.com/t-lock/svelte-datepicker.git
Is there a way to set the default end date that shows up? Or set it programmatically somehow. We have an app where the default end date on the range needs to be set for a day from current day.
The text was updated successfully, but these errors were encountered: