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.
1 parent 1006b51 commit c5a54c4Copy full SHA for c5a54c4
src/components/inputDate/components/popoverCalendar.tsx
@@ -57,7 +57,7 @@ const PopoverCalendarComponent = (
57
]}
58
trapFocusInsideModal={true}
59
variant={props.styles?.[props.state]?.popoverVariant?.[device]}
60
- onCloseInternally={() => props.onCalendarOpen}
+ onCloseInternally={() => props.onCalendarOpen?.(false)}
61
>
62
{isActionBottomSheet ? (
63
<ActionBottomSheet
0 commit comments