yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 929 forks source link

Modal Closing Unexpectedly #425

Closed nacr closed 7 years ago

nacr commented 7 years ago

I have just realized that modals close unexpectedly although show is set to true.

Does any one verified this in the past?

Tks.

nacr commented 7 years ago

I can confirm that this is happening in "vue-strap": "^1.1.32" but not in "vue-strap": "^1.1.29".

ipa1981 commented 7 years ago

Confirming: :show.sync="open"

set open to true - opens modal, with display:block set open to false - closes modal, with display: none set open to true again - modal doesn't open, display: none remains

This started in version 1.1.32

ToxicTree commented 7 years ago

We also had this problem. Updated to 1.1.36 fixed the modal.