ctrachte / Datepicker.js

Simple standalone date picker with only html, css and moment.js
https://www.npmjs.com/package/moment-datepicker-js
MIT License
4 stars 7 forks source link

Need default value for second date if not chosen #111

Closed ctrachte closed 3 years ago

ctrachte commented 3 years ago

User picks first date, closes the calendar UI.

Current behavior: invalid date, or UI breaks etc.

Desired behavior: Datepicker autofills the second date with the first date (both dates same) so the datepicker can fail gracefully.