vue-datepicker
vue-datepicker copied to clipboard
Multi-Dates not working with teleport and config="{allowPreventDefault: true}"
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 https://github.com/Vuepic/vue-datepicker/issues/22#issuecomment-1959524840
Desktop & mobile (please complete the following information):
- Browser chrome
- Library version 9.0.3
Is there a workaround or a solution for this problem?