We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8a6056 + 0f70e2a commit 92482cfCopy full SHA for 92482cf
packages/blade/src/components/DatePicker/DatePicker.web.tsx
@@ -155,6 +155,7 @@ const DatePicker = <Type extends DateSelectionType = 'single'>({
155
backgroundColor="surface.background.gray.intense"
156
>
157
<Calendar
158
+ {...props}
159
selectionType={_selectionType}
160
defaultValue={defaultValue}
161
onMouseLeave={onRootMouseLeave}
@@ -189,7 +190,6 @@ const DatePicker = <Type extends DateSelectionType = 'single'>({
189
190
props?.onPickerChange?.(date);
191
forceRerenderBottomSheet();
192
}}
- {...props}
193
/>
194
{isMobile ? null : <CalendarFooter onApply={handleApply} onCancel={handleCancel} />}
195
</BaseBox>
0 commit comments