Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.52k stars 152 forks source link

Unable to open the DatePicker menu when using the component inside a web component #656

Closed LouisAndrew closed 1 year ago

LouisAndrew commented 1 year ago

Describe the bug When using the component in a vue project, built as a web component, the DatePicker menu cannot be opened and the following error is thrown Uncaught TypeError: Cannot read properties of null (reading '_vnode')

To Reproduce Reproduction link to a sandbox (loading the component in a vue custom element) https://codesandbox.io/p/devbox/naughty-moser-j6shmk

Expected behavior DatePicker component should be working when used in a web component

Screenshots image

Desktop & mobile (please complete the following information):

ihardyslide commented 1 year ago

Any plan when this fix will get released approximately? I have the exact same issue. Thanks & BR