Skip to content
New issue

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

[Feature Request] Close Popper when you hover over it with mouse #32

Closed
martinszeltins opened this issue Sep 21, 2021 · 3 comments
Closed

Comments

@martinszeltins
Copy link

Right now there is no way to tell Popper to close when you hover over it with mouse. Sometimes it is useful when there are buttons behind popper and you can't click on them because popper is in front of them.

This is an issue only when you set the mode to hover=true

It would be nice to have an option to hide it on hover like this

<Popper :hover="true" :closeOnHover="true">
    ....
</Popper>
@valgeirb
Copy link
Owner

You can do <Popper hover :interactive="false" content="This Popper is not interactive" />

Would that solve your issue?

@valgeirb
Copy link
Owner

I feel like this is already possible with the interactive prop.

Feel free to reopen if this doesn't solve your issue.

@martinszeltins
Copy link
Author

:interactive="false"

Thanks, this did the trick for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants