calendar jumps to current month while selecting multiple dates
I am using a jQuery multi date picker in my html. When I am select the first date in date picker it works fine but when I choosing the second date it jumps to the current month but date picker value was append to input box.
$('#datePick').multiDatesPicker({
beforeShowDay: my_array,
// For disabling all "Sundays"
dateFormat: "d/m/yy",
maxDate: "+3m",
minDate: "-1m",
multidate: true,
addDisabledDates: My_array,
onSelect: function load() {
}
});

please help me to solve this issue.
I have the exact same problem. Did you find any solution @SasiMallow ?
@SasiMallow there is already a issue for this problem: https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/issues/179
Duplicate of https://github.com/dubrox/Multiple-Dates-Picker-for-jQuery-UI/issues/179