nhn / tui.date-picker

Component that selects specific date.
https://nhn.github.io/tui.date-picker/latest/
MIT License
94 stars 30 forks source link

Month and year selectors are not opening #81

Closed martinagrbic closed 3 years ago

martinagrbic commented 3 years ago

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):

martinagrbic commented 3 years ago

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.

jajugoguma commented 3 years ago

@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.