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
For what version of Nuxt UI are you suggesting this?
v3.0.0-alpha.9
Description
Sometimes, we don't want the content of the Popover to be unmounted when the popover gets closed.
For exemple, when building a search UI with Algolia and vue-instantsearch, i want to place refinement lists in Popovers.
If you apply some filters and then close the Popover, the refinement list is unmounted and the search state is lost.
This is an exemple but i think there is other cases where you don't want the content to be unmounted.
Radix provides a forceMount prop for the Popover.Content component.
Why is this forceMount prop not available in content props for nuxt/ui ?
It looks like it's done on purpose so i may miss something.
Thank you :)
Additional context
No response
The text was updated successfully, but these errors were encountered:
For what version of Nuxt UI are you suggesting this?
v3.0.0-alpha.9
Description
Sometimes, we don't want the content of the Popover to be unmounted when the popover gets closed.
For exemple, when building a search UI with Algolia and vue-instantsearch, i want to place refinement lists in Popovers.
If you apply some filters and then close the Popover, the refinement list is unmounted and the search state is lost.
This is an exemple but i think there is other cases where you don't want the content to be unmounted.
Radix provides a forceMount prop for the Popover.Content component.
Why is this forceMount prop not available in content props for nuxt/ui ?
It looks like it's done on purpose so i may miss something.
Thank you :)
Additional context
No response
The text was updated successfully, but these errors were encountered: