Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Close calendar pop when selecting date #191

Closed FredUK closed 8 years ago

FredUK commented 8 years ago

185 Adds a new option to the options object named "closeOnSelection" If set to true the calendar will automatically hide when a date is selected.

It currently works in single mode, however it could also be changed to support range (but not multiple as we don't know how many dates a user wants to pick to close it automatically)

Twipped commented 8 years ago

Thanks for the PR. This has been merged into the dev branch with commit 7acee8e66f2537624d36521552bf4533df77c8d1 and will be available in the next release (0.7)