Closed
Description
Hi.
Describe the bug
Dates in Calendar are not clickable with this configuration:
<vue-date-picker
teleport
multi-dates
:config="{allowPreventDefault: true}"
/>
Removing multi-dates
or :config="{allowPreventDefault: true}"
makes the dates clickable again.
I need teleport
and allowPreventDefault: true
because of #22 (comment)
Desktop & mobile (please complete the following information):
- Browser chrome
- Library version 9.0.3
Is there a workaround or a solution for this problem?