nhn / tui.date-picker

Component that selects specific date.

Home Page:https://nhn.github.io/tui.date-picker/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Month and year selectors are not opening

martinagrbic opened this issue · comments

Describe the bug

Open datepicker click on selected month and year, select for month and year are not opened

To Reproduce

Steps to reproduce the behavior:

  1. Open datepicker
  2. click on selected month and year
  3. datepicker is closed

Expected behavior

selection for the month is opened

Desktop (please complete the following information):

  • OS: Linux
  • Browser chrome

Additional context

Add any other context about the problem here.

My further investigation showed that this issue happens because of the shadow dom. I am creating web components based on lit. When shadow dom is enabled dates are not selectable and month and year selects can't be opened.

@martinagrbic
We currently do not support shadow dom.
There are many things to consider to support it, so we will work with caution when applying it later.

Thanks for your interest.