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

Easy to use, highly customizable Vue.js modal library.

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

I want to make the draggable property dynamic so that the modal can be 'locked' or 'unlocked', I have tried binding the property to a toggle input but it does...

#### Problem: I am unable to add border radius to the modal. I have tried using classes but to no avail. Please can anyone help me with this? #### Version:...

stale

#### Problem: The problem is you can only use one v-dialog, since calling dialog is by this.$modal.show("dialog") i want to show another dialog after showing and hiding a dialog >...

#### Problem: Scroll is not clickable because .vm--overlay covers .vm--container #### Version: 2.0.1 #### Example & screenshots: [Codesandbox](https://codesandbox.io/s/keen-liskov-g3wws?file=/src/App.vue) Screenshot: ![image](https://user-images.githubusercontent.com/55194394/135059194-e6c27d1a-3708-4858-ba6e-4169af2eac74.png) > I have checked stackoverflow for solutions and 100% sure...

I'm not sure if this was posted already (couldn't find anything related). I need modal to be: - height: auto - when there's too much content - it should fit...

enhancement

I finally found out the problem of the bug in #282. I took me a while, but the problem is that the modal does not know what the height of...

bug
help wanted
question

#### Problem: Having multiple Modals opened at the same time. If one of these is closed, class `vm--block-scroll` is removed from document.body. This is because the `beforeDestroy`-Method of `VueJsModal` does...

bug

#### Problem: It would be nice to have routes created for modal #### Example & screenshots: https://tmiame-vue-router-twitter-style-modals.netlify.com/ label: feature request

enhancement
todo

When setting `height="auto"` prop the modal is not expanding in the same way as in your gif. Instead, it looks like the top and bottom part of the modal are...

enhancement

I'm stumped on how to fix this issue. My only remaining conclusion is that something must be amiss in the vue-js-modal component. I've created a test site to demonstrate the...

bug
question