Akryum / floating-vue

💬 Easy tooltips, popovers, dropdown, menus... for Vue
https://floating-vue.starpad.dev/
MIT License
3.31k stars 338 forks source link

feat: Close nested popups without closing parent(s) #1033

Open vkolova opened 7 months ago

vkolova commented 7 months ago

Enable preventing of popup close from closing all parents. This PR aims to resolve https://github.com/Akryum/floating-vue/issues/874 .

This is especially useful in the cases where you use the Dropdown component for a "popup window" and you use the same component to implement fancy Select component. You want to be able to use the Select without the whole thing closing.

This PR proposes a new config setting hideParents, which is true by default as to not introduce issues with existing projects.

netlify[bot] commented 7 months ago

Deploy Preview for v-tooltip ready!

Name Link
Latest commit 8ec03471e4f1e36c1b49b54b70f06f6f9127bded
Latest deploy log https://app.netlify.com/sites/v-tooltip/deploys/65e8663fdc7e1b0008b73e66
Deploy Preview https://deploy-preview-1033--v-tooltip.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vkolova commented 7 months ago

Hi @Akryum I know you're probably busy, but can you take a look at this?

bendemartin97 commented 4 weeks ago

Any updates here?