vue-final-modal icon indicating copy to clipboard operation
vue-final-modal copied to clipboard

🍕Vue Final Modal is a tiny, renderless, mobile-friendly, feature-rich modal component for Vue.js.

Results 107 vue-final-modal issues
Sort by recently updated
recently updated
newest added

How to update the props of a dynamic modal after the modal was opened?

enhancement
question
v2.5
v3.5

Props ===== name → modal-id (name is too vague) ssr → prerender → hide-method ('v-show', 'v-if') → render-method ('v-show', 'v-if') → show-method ('v-show', 'v-if') → render-with ('v-show', 'v-if') (ssr is...

enhancement

### Version vue-final-modal: 2.4.1 vue: 2.6.14 ### OS Windows ### Browser IE11 ### Steps to reproduce 1. Create a modal 2. Create a button to open the modal 3. Click...

bug

rename "examples" to "use cases" and create some more use cases like - fullscreen modal - swipe-able modal - custom transitions see image below for suggested rearrangement

question

### Version vue-final-modal: ^0.21.3" nuxt: ^2.14.0 --- Long modals(scrollable) with input is buggy on iOS (maybe on android as well) the CSS is not capable to resize the max-height of...

bug

### Version vue-final-modal: 3.4.4 vue: 3.2.39 ### Steps to reproduce ```js $vfm.show({ component: MyComponent, bind: { modelValue: ['a', 'b', 'c'], }, }); ``` ### What is Expected? The modelValue should...

bug

### Version vue-final-modal: 3.4.4 vue: 3.2.39 ### OS Windows (WSL) ### Reproduction Link https://codesandbox.io/s/distracted-field-p1orne?file=/index.js ### Steps to reproduce Import module ### What is Expected? Imported module ### What is actually...

bug

1. Expose `id` on `DynamicModalOptions` I have a concern to expose the `id` for `DynamicModalOptions` in Typescript so we could identify the modal and doing further steps, for example I...

### Version vue-final-modal: 3.4.4 vue: 3.2.39 ### OS Mac or Windows ### Reproduction Link https://codesandbox.io/s/vue-final-modal-drag-jzwbgt?file=/src/App.vue ### Steps to reproduce Click on Open modal and start drag modal window ### What...

bug