Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
What I see: I've made a VaModal(No1) with a button in the body, thats triggering an other VaModal(No2). It opens fine, but when i closing VaModal(No2) both of overlays removing.
What I expecting: I expecting that only one of overlays will removed, when VaModal(No2) closing/
Reproduction
Make two VaModal, open it together, then close one of them and you'll see that both of overlays will disappear from DOM.
Vuestic-ui version: 1.10.2
Description
What I see: I've made a VaModal(No1) with a button in the body, thats triggering an other VaModal(No2). It opens fine, but when i closing VaModal(No2) both of overlays removing. What I expecting: I expecting that only one of overlays will removed, when VaModal(No2) closing/
Reproduction
Make two VaModal, open it together, then close one of them and you'll see that both of overlays will disappear from DOM.