Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
15.93k
stars
833
forks
source link
[Select] The select is missing the `forceMount` prop #3236
Open
luuuppi opened 5 days ago
Bug report
I use Radix components in my app and animate them using Framer Motion, but without the
forceMount
it's impossible to handle an exit animationCurrent Behavior
No exit animation for the
Select
componentExpected behavior
The presence of exit animation for the
Select
componentSuggested solution
Maybe using a
Presence
from@radix-ui/react-presence
will help, like in popoverYour environment