angular-datepicker
angular-datepicker copied to clipboard
Problem clicking after blur event
Hi!
I have a problem when clicking on datepicker after blur events occurs, this is due to auto close directive is set true, on last version 2.1.3. I have to click to any other DOM element before click on input date to get show datepicker component. Can anyone help me to get fix this pls?
Thanks in advance.
I was also hit with this issue as recently as this afternoon. I think this will fix the issue.change the bind event form focus to click
https://github.com/g00fy-/angular-datepicker/blob/master/dist/angular-datepicker.js#L950
Anyway after commit, I still have this problem ? Any solution ? Need lose focus after date selected (auto-close=true).