ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

DatePicker doesn't close #52

Closed odisi closed 7 years ago

odisi commented 7 years ago

When focus is in DatePipcker like when month is changed and date isn't selected and the focus is changed to other input using tab, datepicker doesn't close.

0cv commented 7 years ago

this one could be tricky because we cannot hide the datepicker when the input is blurred (otherwise it would close the datepicker for every click on the datepicker). Meaning that we would have to listen for a focus event for anything on the page... but the input of the datepicker.

allenhwkim commented 7 years ago

Until we have a simpler solution for this, I will close this as 'won't fix'.