Skip to content

minTime and maxTime not displaying when minute = 0 #99

@MrMacvos

Description

@MrMacvos

There's a small bug in 0.3.3 inside the selectHours function:

        if (onMinuteShow || maxTime.minute || minTime.minute ) {

should be:

        if (onMinuteShow || maxTime.minute !== null || minTime.minute !== null) {

to get it working with the 0 minute: maxTime:{hour:18,minute:0}

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