Sha256: cd17a99a0177d632028bfc7750caf6d8e879520db4c868da591ea0a04e738d82

Contents?: true

Size: 588 Bytes

Versions: 1266

Compression:

Stored size: 588 Bytes

Contents

<%= pb_rails("date_picker", props: {
  classname: "inline-date-picker",
  hide_icon: true,
  inline: true,
  picker_id: "date-picker-inline"
}) %>

<%= javascript_tag do %>
  window.addEventListener("DOMContentLoaded", (event) => {
    const fpInline = document.querySelector("#date-picker-inline")._flatpickr
    <!-- Display the angle-down icon when a date has been selected -->
    const showAngleDownHandler = () => {
      document.querySelector('.inline-date-picker').classList.add('show-angle-down-icon')
    }
    fpInline.config.onChange.push(showAngleDownHandler)
  })
<% end %>

Version data entries

1,266 entries across 1,266 versions & 2 rubygems

Version Path
playbook_ui_docs-14.5.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.5.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.PBNTR490multilevelselect3832 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.PBNTR490multilevelselect3832 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.PLAY1546highchartsbump3831 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.PLAY1546highchartsbump3831 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.dependabotnpmandyarntiptapextensionparagraph2723830 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.dependabotnpmandyarntiptapextensionparagraph2723830 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.dependabotnpmandyarntiptapextensionlink2723828 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.dependabotnpmandyarntiptapextensionlink2723828 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.5.0.pre.rc.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.5.0.pre.rc.1 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.pbntr523enablekitsforradiofix3826 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.pbntr523enablekitsforradiofix3826 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.pbntr523enablekitsforradiofix3825 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.pbntr523enablekitsforradiofix3825 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.PLAY1546highchartsbump3822 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.PLAY1546highchartsbump3822 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui_docs-14.4.0.pre.alpha.PLAY1562highchartsbump3819 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb
playbook_ui-14.4.0.pre.alpha.PLAY1562highchartsbump3819 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_inline.html.erb