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

Allow datepicker to be used in a web component #188

Closed mst101 closed 1 year ago

mst101 commented 1 year ago

This fixes #186 by using document.activeElement.shadowRoot.activeElement instead of document.activeElement.

It also sets a fallback value of 250 ms for slideDuration, as the setSlideDuration() method is no longer able to read the value from the stylesheet when used in a web component. Feel free to improve this solution.