Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

when using in an ajax loaded modal, dates not selectable and months won't cycle #222

@jon-hill-airangel

Description

@jon-hill-airangel

$('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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions