You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, on line 1699, the remove method compares objects _this and picker, it's work while not using vue, but vue change type of object _this from Object to Proxy Object and objects become unequals, replace object comparison with object property comparison, like this:
datepicker = datepicker.filter(function(picker) { return picker.el !== _this.el })
Hello,
i don't know if it's a bug, miss condition or just me but i have an error when i load, remove and reload the datepicker on the same input.
i use 5.18.2 with vuejs 3.
Uncaught TypeError: can't access property "contains", e3.calendar is undefined
stack trace
i don't know how to fix this but i will try to fork this repo.
The text was updated successfully, but these errors were encountered: