[Select] Add animation support when `position="popper"`
Hi there,
I am using the Select component and trying to apply animations with framer-motion. But unfortunately, exit animations are not working since there is no forceMount prop that I should use, unlike other components that do have this prop.
Hope to see this prop eventually on the Select component aswell. Thanks a lot.
Hey @gino yes you are correct this is something we didn't have time to do yet and we wanted to prioritise releasing the positioning update as it was a longstanding issue. We will look at adding this soon.
Hi @benoitgrelard,
Any updates on this?
I find it weird all other components supports the exit animation but not Select. But in my case I'm just using Tailwind with CSS animations (data-[state=open]:animate-fadeIn data-[state=closed]:animate-fadeOut).
Could you please tell me if there is an understanding when it will be possible to adjust the unmounted animation in the Select component? data-state=closed also doesn't work
+1 I really need it
+1