vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

[MdDatepicker] Switch to next month does not work #2396

Open mzbortek opened 4 weeks ago

mzbortek commented 4 weeks ago

When I click inside editbox of the datepicker then clicking on arrow for switching months only closes the datepicker dialog and nothing happens. I think it is because of editbox losing focus. When I first click on the calendar icon on the left, then it works OK.

Replicated on Chrome and Firefox, on Linux.

mzbortek commented 4 weeks ago

As a workaround for this problem I used :md-close-on-blur="false", for now.

drews256 commented 4 weeks ago

Experiencing this as well on a recent build for Google Chrome. Haven't gotten too far in debugging will try this @mzbortek.