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: 3.4.4 vue: 3.x ### OS Ubuntu ### What is Expected? Want to completely remove from dom. ### What is actually happening? It just adds `display:none` not removed...
In the browser console, closing a dynamic modal always throws the error: enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS device Environment: Vue3 - globally registered...
### Version vue-final-modal: v3.3.1 vue: 3.2.25 ### OS MacOS ### Steps to reproduce Followed setup manual(https://vue-final-modal.org/setup), and putting "" in HTML directly, then putting source following setup manual's demo code....
### how to call select2 classes or any other library I need to use select2 inside the modal and it is loaded progressively based on the selections along with other...
when attached and scroll-lock active See #234
Hello, https://vue-final-modal.org/guide/properties#transition In vue3, the names of the transition classes have changed. May be good to have an example for vue3. Current doc (Show example transition Object): ``` :transition="{ 'enter-active-class':...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
### Version vue-final-modal: v3.4.4 vue: 3.2.37 ### OS All OS, Firefox in Version 102 (among other versions) ### Reproduction Link https://codesandbox.io/s/gifted-merkle-z1j9c0?file=/src/App.vue works on chrome, not on firefox ### Steps to...
Bumps [terser](https://github.com/terser/terser) from 5.5.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
### Version vue-final-modal: 3.4.4 vue: 3.2.33 ### OS Linux ### Reproduction Link https://codesandbox.io/s/icy-pine-fm35pi?file=/src/App.vue ### Steps to reproduce Try to import: ```ts import { VueFinalModal } from 'vue-final-modal'; ``` ### What...