cschroeter / park-ui

Beautifully designed components built on Ark UI that work for the JS and CSS frameworks of your choice.
https://park-ui.com
MIT License
1.47k stars 59 forks source link

On Safari the date picker closes after clicking on any date picker element when used inside of a dialog #305

Open wontondon opened 1 month ago

wontondon commented 1 month ago

Issue When adding a date picker to a dialog and interact with previous and next month controls the date picker it closes immediately after interaction. I've only observed this behavior in Safari.

Expected Date picker remains open

Browser Safari Version 17.4.1 (19618.1.15.11.14) and also version 16.*

Examples Screen Recording 2024-05-08 at 12 00 58 PM

https://stackblitz.com/edit/github-ftdbnx?file=src%2Fapp%2Fpage.tsx

NOTE: stackblitz wasn't really working on Safari so I had to download the files and run it locally.