monterail / angular-date-range-picker

Pure Angular date range picker, no jQuery
MIT License
70 stars 50 forks source link

Hide onblur #14

Closed stuaxo closed 10 years ago

stuaxo commented 10 years ago

If I use the keyboard to navigate, and move the focus from the input box while the datepicker is open, it doesn't close - even when I press enter on another widget, triggering its ng-click.

Probably the widget should close on onblur.

stuaxo commented 10 years ago

It should probably also cancel if the user hits ESC.