Alejandro Sobko
Alejandro Sobko
Hi @Blagodur, you can use my forked version here https://github.com/alejandrosobko/drumjs until the PR is merged. It contains the fix you need.
I don't need to disable any date so I made this ugly fix: ``` .vd-picker__years li:disabled, .vd-picker__years li[disabled] { cursor: default; color: inherit !important; pointer-events: inherit !important; } ```
@knash94 I have the same issue. A workaround is to set the property as `new Date()`. ``` data: function() { return { dob: new Date(), dateChanged: false } }, ```...
The problem is the `data-tip` that you have in your tag. But I don't know how to fix it :(