-
# vue-final-modal@5
First of all, I would like to thank all users of vue-final-modal. I learned a lot through creating and maintaining this component library.
I am planing to implement v5 recently…
-
**Is your feature request related to a problem? Please describe.**
I have a data grid where each row may open related data in a Modal window. It may be necessary to open multiple Modals at the same…
-
### Version
vue-final-modal: v4.5.4
vue: v3.4.19
### OS
Mac
### Reproduction Link
### Steps to reproduce
Inspired by #430 I tried to implement close action in the default sl…
-
I'm not sure whether it's bug or expected behavior, but when I focus out elements inside vue-final-modal, it emits a `focusout` event that has `relatedTarget` field set to the VFM element even I use i…
-
### Version
vue-final-modal: 4.5.4
vue: v3.2.5
simple setup in app.vue
```
....
{{ title }}
Confirm
```
…
-
### Version
vue-final-modal: ^4.5.4
vue: ^3.4.29
### OS
Windows
### What is Expected?
The elements in my body are moved and the popup is opened
### What is actually happening?
instea…
-
### Is your feature request related to a problem? Please describe.
```ts
import { useModal } from 'vue-final-modal'
import SomeComponent from 'components'
const { open, close } = useModal({
…
-
I'm running Swagger 5 alpha on a Vite/Vue3 SPA, the previous version worked great but upgrading to this gives me an error I can't find any documentation on maybe because it's so new.
If this line l…
-
### Version
vue-final-modal: 4.4.6
vue: 3.2.13
@vue/test-utils: 2.4.3
### OS
Windows
### Reproduction Link
### Steps to reproduce
How to config with jest, use @vue/test-utils…
-
I'm using vue-final-modal (4.4.6) and vue3-tabs-component (last). After closing the modal, it scrolls up or down depending on where you are on the screen.