Skip to content

API for disabling past dates and intervals user can select #15

@cmnstmntmn

Description

@cmnstmntmn

there would be nice to restrict the user input by

  • restricting past dates
  • allowing time intervals
m(DatePicker, {
       data: ...,
       allowPastDates: true, // defaults to now
       interval: {
          start: "08/07/17", // defaults to now
          end:  "12/12/17"
       }
       onchange: ...
})

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