Skip to content

Custom defined hours range - plugin doesn't check for out of range time #91

@ghost

Description

when you specify your custom time, like this

    $('#foo').timepicker({
        hours: {
            starts: 6,
            ends: 19
        },
        minTime: {
            hour: 06,
            minute: 00
        },
        maxTime: {
            hour: 19,
            minute: 00
        });

it doesn't check for times like 19:45. This error can be observed on the plugin website as well

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