You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's an issue when you select presets on mobile through the dropdown. The click might propagate down to the date selector, leading to the preset not being selected.
This is due to event propagation not being handled in the Radix Select primitives.
There's an issue when you select presets on mobile through the dropdown. The click might propagate down to the date selector, leading to the preset not being selected.
This is due to event propagation not being handled in the Radix Select primitives.
Here's a solution: shadcn-ui/ui#486 (comment)
The text was updated successfully, but these errors were encountered: