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
This could be nice indeed, I've tried to pass the unmount prop to the Dialog component but it breaks the leave transition. I've created an issue on Headless UI: tailwindlabs/headlessui#2987
Description
I have a Slideover with some checkboxes from a 3rd party library. Whenever I close the slideover all values are lost.
Using just headless UI I can solve this by using
:unmount="false"
on theDialog
andTransitionRoot
but can't find anything similar on the slideover.Did I miss something here?
Cheers
The text was updated successfully, but these errors were encountered: