angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

Problem clicking after blur event

Open vancasti opened this issue 8 years ago • 2 comments

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.

vancasti avatar May 12 '16 12:05 vancasti

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

pod4g avatar May 27 '16 10:05 pod4g

Anyway after commit, I still have this problem ? Any solution ? Need lose focus after date selected (auto-close=true).

troynsky avatar Aug 08 '16 11:08 troynsky