vue-strap
vue-strap copied to clipboard
Select drop down causing modal closed
As shown in the following figure, when I select the drop-down value will trigger the click event and the pop-up window(modal) will closed。
Hello,
I got this similar behaviour - is there any ways to avoid closing of the modal window?
Okay, found it: ':backdrop="false"' will stop closing the modal window if click happened out of the window
thank you very much,':backdrop="false" can solve this problem
2017-04-13 21:02 GMT+08:00 Jenő Fórizs [email protected]:
Okay, found it: ':backdrop="false"' will stop closing the modal window if click happened out of the window
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yuche/vue-strap/issues/446#issuecomment-293888906, or mute the thread https://github.com/notifications/unsubscribe-auth/ADeeaMB83xz9mx-Dk8heG8nhSIpmb__1ks5rvhztgaJpZM4LlMGc .
If you still want the backdrop and fix the dropdown/select issue you can modify the dropdown/select so that the @click is @click.prevent