app/pb_kits/playbook/pb_date_picker/docs/_date_picker_range_pattern
You can link a Quickpick DatePicker to standard DatePickers using the following props:
For the Quickpick DatePicker:
controlsStartId
: ID of the DatePicker that should receive the start date.
controlsEndId
: ID of the DatePicker that should receive the end date.
When a quickpick option like “This Year” is selected, it automatically populates the linked start and end inputs.
For the Start/End DatePickers:
syncStartWith
: ID of the quickpick this start date is synced to.
syncEndWith
: ID of the quickpick this end date is synced to.
When a user manually edits the start or end date, it clears the selected quickpick to prevent conflicting values.