Skip to content

Option 'step' or 'stepMinute' not honoured by controlType 'select' timepicker #689

Closed
@clrg

Description

@clrg

The following options seem to have no effect for controlType 'select' in v1.4.3. Unfortunately I couldn't produce a fix beyond hacking in the step we wanted in the _controls.select.create function due to time constraints. I can confirm, however, the 'step' is always 1.

   $(this).timepicker({
        controlType: 'select',
        step: 15,
        stepMinute: 15
    });

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