diff --git a/website/index.html b/website/index.html index 14c5312d..681c0f3d 100644 --- a/website/index.html +++ b/website/index.html @@ -128,6 +128,7 @@

Date Range Picker

  • Date and Time
  • Single Date Picker
  • Predefined Ranges
  • +
  • Initially Empty Input
  • Configuration Generator
  • @@ -314,30 +315,53 @@

    Demo:

    +
    + +

    Input Initially Empty

    + +

    + If you're using a date range as a filter, you may want to attach a picker to an + input but leave it empty by default. This example shows how to accomplish that + using the autoUpdateInput setting, and the apply and + cancel events. +

    + +
    +
    + +
    +
    +

    Demo:

    + +
    +
    + + +
    + + +

    Configuration Generator