dellermann / springcrm

An open-source CRM.
GNU General Public License v3.0
14 stars 2 forks source link

Better inline calendar #50

Closed dellermann closed 8 years ago

dellermann commented 9 years ago

We should improve inline calendars to allow selection of dates 3 or 4 weeks in future. Either the calendar should show two month simultaneously or allow scrolling of month.

dellermann commented 8 years ago

Displaying two month simultaneously or scrolling months is currently not supported by bootstrap-datepicker. However, you can select a date 3 or 4 weeks in future by simply pressing the arrow down key 3 or 4 times and pressing [Enter]. This also allows selection of other dates in the calendar.

Fixed in commit 805011c2cf6c76d96133954658e7d25078d9e368 which makes the focused date visible.