J
J
jazzus2019-02-20 09:25:24
Vue.js
jazzus, 2019-02-20 09:25:24

How to close a modal by clicking outside the window?

Vue + Bootstrap 4 modal window (with js cut) + Laravel
Activate window via Animation via transition + css. How to close a window by clicking outside the window? Those. in any part of the background outside of the modal. So that it was not necessary to close by clicking on the cross. Thanks
v-show="active"

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Proskurin, 2019-02-20
@jazzus

Option 2
1) Hang @click.self on the background. https://jsfiddle.net/37e4wmgo/3/
2) Attach this https://www.npmjs.com/package/vue-click-outside to the form.

M
Maxim Tikhonov, 2019-02-20
@mylp

npm install click away

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question