Sha256: 97028a5d73801b15621a066624cc973d56f70005d9d090593d9eece84712f482

Contents?: true

Size: 770 Bytes

Versions: 995

Compression:

Stored size: 770 Bytes

Contents

<%= pb_rails("date_picker", props: {
  allow_input: true,
  custom_quick_pick_dates: {
    dates: [
      # Allow Playbook to handle the logic...
      {
        label: "Last 15 months",
        value: {
          timePeriod: "months",
          amount: 15,
        },
      },
      # Or, be explicit with an exact date range for more control...
      {
        label: "First Week of June 2022",
        value: ["06/01/2022", "06/07/2022"],
      },
    ],
  },
  end_date_id: "quick-pick-end-date",
  end_date_name: "quick-pick-end-date",
  mode: "range",
  picker_id: "date-picker-quick-pick-custom",
  placeholder: "mm/dd/yyyy to mm/dd/yyyy",
  selection_type: "quickpick",
  start_date_id: "quick-pick-start-date",
  start_date_name: "quick-pick-start-date"
}) %>

Version data entries

995 entries across 995 versions & 2 rubygems

Version Path
playbook_ui_docs-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui_docs-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb
playbook_ui-14.9.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_quick_pick_custom.html.erb