We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to prevent popovers from closing when clicking outside the popover?
The text was updated successfully, but these errors were encountered:
You can use the prevent-close prop to do that 😊
prevent-close
Sorry, something went wrong.
@benjamincanac unfortunately that doesn't seem to do the trick: https://stackblitz.com/edit/nuxt-ui-tdvvjk?file=app.vue
if you click anywhere the popup closes, but I'd only want it to close when the Close button is pressed
Oh sorry, I misread with Slideover 😅 I don't see a way to achieve that at the moment 😬
feat(Popover): add prevent-close prop
ea97759
Resolves #2245
No branches or pull requests
Description
Is there a way to prevent popovers from closing when clicking outside the popover?
The text was updated successfully, but these errors were encountered: