Sha256: b8d65d6d6871b24f20f01df0ba9c35b80d392e8bfb6c2e18e55ed221aae95eaa

Contents?: true

Size: 663 Bytes

Versions: 254

Compression:

Stored size: 663 Bytes

Contents

<%= pb_rails("date_picker", props: { picker_id: "date-picker-turbo-frames", custom_event_type: "datePickerLoader" }) %>
<%= pb_rails("button", props: { id: "date-picker-loader", text: "Click Event Simulation" }) %>

<script>
    document.getElementById("date-picker-loader").addEventListener("click", () => {
        window.document.dispatchEvent(
            new CustomEvent("datePickerLoader", {
                bubbles: true,
            })
        )
        console.log("Event 'datePickerLoader' dispatched - in a real implementation, this event would trigger the date picker's reinitialization through the custom_event_type prop connection")
    })
</script>

Version data entries

254 entries across 254 versions & 2 rubygems

Version Path
playbook_ui_docs-14.15.0.pre.alpha.play1907passglobalpropstotooltiprails6706 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.play1907passglobalpropstotooltiprails6706 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.16.0.pre.rc.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.16.0.pre.rc.3 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.PBNTR617addgriddisplayglobalprop6700 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.PBNTR617addgriddisplayglobalprop6700 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.play1910emptystatekitreactbeta6685 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.play1910emptystatekitreactbeta6685 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.play1757pbcontenttag6677 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.play1757pbcontenttag6677 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.PLAY1756pbcontenttagpt76661 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.PLAY1756pbcontenttagpt76661 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.play1757pbcontenttag6658 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.play1757pbcontenttag6658 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.play1757pbcontenttag6644 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.play1757pbcontenttag6644 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.15.0.pre.alpha.PLAY1871speedupvitebuildwatch6643 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.15.0.pre.alpha.PLAY1871speedupvitebuildwatch6643 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui_docs-14.16.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb
playbook_ui-14.16.0.pre.rc.2 app/pb_kits/playbook/pb_date_picker/docs/_date_picker_turbo_frames.html.erb