The modal containing the target element appears. The datepicker then appears as normal when the form element is clicked. However when I click on a day the day does not change. Also when i attempt to cycle through the months it changes month once and then on every subsequent attempt to cycle through it jumps back to the previous month immediately after the month changes.
$('body').on('click', '.form_timedate', function(){ $(this).bootstrapMaterialDatePicker({ format : 'DD/MM/YYYY', weekStart : 0, time: false}); });
The modal containing the target element appears. The datepicker then appears as normal when the form element is clicked. However when I click on a day the day does not change. Also when i attempt to cycle through the months it changes month once and then on every subsequent attempt to cycle through it jumps back to the previous month immediately after the month changes.