mominsamir / smDateTimeRangePicker

Angular Material Date Picker, DateTime Picker, Date Range Picker, Date Time range picker
http://mominsamir.github.io/smDateTimeRangePicker/
MIT License
130 stars 50 forks source link

Issue with date picker and chrome ver. 73 #186

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello, It seems that the new update of chrome has broke the datetime picker. The problem is that as soon as you click on the input it opens the picker and closes it immediately. You can reproduce it in the demo plunker in the "Demo For Date Range Picker". I solve it temporarily changing the ng-focus to ng-click, but with this solution the tab focus is not working

oscar09 commented 5 years ago

This is the same problem described in #187. I will work on that one and close this issue.