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
Clicking on "Externally Controlled" will work as expected in both and will toggle content properly.
Clicking on "PopoverTrigger" differs. in radix-vue it will keep toggling the Content of Popover. In radix-ui Content will respect open value and won't toggle.
Expected behavior
It should be the same behaviour as radix-ui
Conext & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered:
Environment
Link to minimal reproduction
https://codesandbox.io/p/sandbox/radix-vue-popover-forked-jygwzg?file=%2Fsrc%2FApp.vue%3A11%2C11
Steps to reproduce
Clicking on PopoverTrigger in radix-vue updates internal state regardless of what's the value of open prop. Please compare these 2 examples:
Describe the bug
Clicking on "Externally Controlled" will work as expected in both and will toggle content properly.
Clicking on "PopoverTrigger" differs. in radix-vue it will keep toggling the Content of Popover. In radix-ui Content will respect open value and won't toggle.
Expected behavior
It should be the same behaviour as radix-ui
Conext & Screenshots (if applicable)
No response
The text was updated successfully, but these errors were encountered: