Open barrychapman opened 6 years ago
Did you find a solution to this? Im pulling my hair out trying to work out what to do here :(
same problem and maybe worse, using $('#birthdatePicker').datetimepicker('destroy'); doesn't destroy and events still active had to use $('#f_beginDate_search').datetimepicker({destroy: true});
After running
$('#birthdatePicker').datetimepicker('destroy');
I still get an event firing when the field is blurred:With my particular script it causes recursion loops and a bunch of other not-fun stuff.
When I do not have my script in use, and I click on the FIELD [not the handler] when it is READONLY, I get this error:
Thanks