Skip to content

[Dateinput] not handling initialization when yearRange[x] == 0 #94

@rroesler

Description

@rroesler

fix:

    // make sure value, min & max has values        
    value = parseDate(value) || now;
    min   = parseDate(min || conf.yearRange[0] * 365) || now;
    max   = parseDate(max || conf.yearRange[1] * 365) || now;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions