In the file src/component/TimePicker/components/TimePopover.tsx the code says <Popover.Root open={popoverOpen} onOpenChange={onPopoverOpenChange}>. I need to add a modal={true} to this popover to be able to use this amazing time picker in another modal. Would you be so kind and make it possible to pass options to the popover?
In the file
src/component/TimePicker/components/TimePopover.tsxthe code says<Popover.Root open={popoverOpen} onOpenChange={onPopoverOpenChange}>. I need to add amodal={true}to this popover to be able to use this amazing time picker in another modal. Would you be so kind and make it possible to pass options to the popover?