Jukka Raimovaara

Results 122 comments of Jukka Raimovaara

> +1 Attempted to use `v-model` to programmatically close the popover using a `b-button` which didn't seem to work @josh-eebz Show me the code. Here's a working example: https://stackblitz.com/edit/vue-n7cn3j?file=src%2Fcomponents%2FComp.vue

> The example with the v-model is working for a single popopver, but how can this be done, if I have multible popovers generated by a for loop? > >...

> @xvaara Hypothetically you could modify the code for useModal and adapt it to behave for tooltip and popover. Tbh I would just combine the two into one function. I...

So any preferences? Should it be show()/hide() or open()/close() ? The event's are show/hide so maybe them? but on the other hand I feel open/close is better when talking about...

The `template` was left there from a more complex componenent. The component works when called from vue file, endless loop when called from a markdown file. So if it's not...

This seems to be a bug in hmr and/or vue-router with modal. Are you having some problem with this warning?

Should we just use floating-ui ones?

https://floating-ui.com/docs/computePosition#placement

I kinda would like it to be booleans... Not sure about this but: ``` // bottom by default. props boolean for left, right and top, and start end. ... ......