Sha256: 1da31044aefcccf6bdb2be4c393b4a133bac1a442895629a984e33d128bcf587
Contents?: true
Size: 678 Bytes
Versions: 999
Compression:
Stored size: 678 Bytes
Contents
<%= pb_rails("date_picker", props: { allow_input: true, custom_quick_pick_dates: { override: false, dates: [ { label: "Last 15 months", value: { timePeriod: "months", amount: 15, }, }, { 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-override", 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
999 entries across 999 versions & 2 rubygems