-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm try use setEndDate but when i trigger $(".t-datepicker").tDatePicker('setEndDate', '2022-12-30') it's returns console error like this, Uncaught TypeError: Cannot read property 'left' of undefined.
My code,
$('.detail-picker').tDatePicker({ // options }).on('selectedCI',function(e, slDateCI) { console.log(slDateCI) $('.detail-picker').tDatePicker('setEndDate', '2022-12-30') });
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels