sumcumo / vue-datepicker

A datepicker Vue component. Compatible with Vue 2.x.
https://sumcumo.github.io/vue-datepicker/
Apache License 2.0
75 stars 22 forks source link

02 Fix initial focus #198

Closed mst101 closed 10 months ago

mst101 commented 1 year ago

This fixes an e2e test which checks that the correct element is focused when the calendar opens on an open-date that is disabled.

It was failing in year view because I hadn't disabled all years in the decade, so it was opening on today's year, as opposed to the desired behaviour of opening with the next button being focused.