Skip to content

Unset automatically changed startTime #134

@loeffe1

Description

@loeffe1

I am using multiple timepicker inputs and selecting a time in one will move the startTime of the next timpicker close to that selected time, so the select will no longer start at the original startTime. This is generally a great feature but I need to be able to reset this for some of my timepicker inputs. I tried calling

$('input.timepicker').each(function() {
    $(this).timepicker({startTime: new Date(0,0,0,6,0,0)});
})

again but for some reason this doesn't seem to have any effect. Is there some kind of reset call?

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