freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker
http://freqdec.github.io/datePicker/
MIT License
171 stars 56 forks source link

Status bar shows date of hover indicator, not selected date #15

Closed devios1 closed 11 years ago

devios1 commented 11 years ago

The status bar shows the date the mouse was last hovered over, not the chosen date, even after the mouse has moved off the control. This makes the status bar effectively useless if one does not want to greatly confuse users.

freqdec commented 11 years ago

I've updated the script to use the selected date (if any) as a message or, if no selected date, the "Select a date" message (or appropriate translation).

devios1 commented 11 years ago

Excellent, thanks for heeding my suggestions! Best date picker I've used.