vue-final-modal
vue-final-modal copied to clipboard
🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.
### Version vue-final-modal: 4.5.5 vue: 3.5.13 nuxt: 3.15.1 ### OS Mac ### What is Expected? When using `patchOptions`, which is returned from `useModal`, I would like to enable TypeScript support...
Link to issue: [Enable TypeScript Support for Partial Updates in patchOptions from useModal](https://github.com/vue-final/vue-final-modal/issues/461)
I using `UseModal()` to create a dynamic modals with edit forms for a data grid. It's working really well, but I've hit a snag. I need to display a warning...
### Version vue-final-modal: 5.0.0-beta.5 (also happen with v4) vue: 3.5.22 package manager: pnpm os: macOS 26.1 ### Reproduction Link https://github.com/mrleblanc101/vue-starter-kit/tree/bug/vue-final-modal ### What is actually happening? Hi, I'm observing a very...
### Version vue-final-modal: ^4.5.4 vue: ^3.3.7 ### Reproduction Link https://stackblitz.com/edit/github-hrywkt9m?file=src%2Fcomponents%2FMyModalPreview.vue ### Steps to reproduce Close the modal window by clicking outside of the modal or by pressing the Esc key....