Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(position): fix DatePickerMenu not opening when used inside a webcomponent #657

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

LouisAndrew
Copy link

@LouisAndrew LouisAndrew commented Nov 23, 2023

When loaded in a web component / custom element, const container = document.createElement('div'); is created within the shadow DOM, and the statement document.getElementById('dp--temp-container') won't return the wished "container" element

closes #656

@Jasenkoo Jasenkoo merged commit e9bb76c into Vuepic:main Nov 23, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to open the DatePicker menu when using the component inside a web component
2 participants