堆叠 UIkit.modal 个内置对话框
Stacking UIkit.modal built-in dialogs
UIkit 内置了 helper dialogs like confirm. Which is great but by default UIkit modals replace all other modals when shown. This behaviour can be changed with the stack
option as long as I am defining the modal dialog - but this is not the case with the built-in ones. I have found a snippet 如何更改标签。
但是我怎样才能让内置的辅助模态堆叠起来呢?
似乎找到了解决办法:https://codepen.io/zorgoz/pen/pOZRyP
UIkit.modal.confirm('My message!', {stack: true,...})
似乎有效。
UIkit 内置了 helper dialogs like confirm. Which is great but by default UIkit modals replace all other modals when shown. This behaviour can be changed with the stack
option as long as I am defining the modal dialog - but this is not the case with the built-in ones. I have found a snippet 如何更改标签。
但是我怎样才能让内置的辅助模态堆叠起来呢?
似乎找到了解决办法:https://codepen.io/zorgoz/pen/pOZRyP
UIkit.modal.confirm('My message!', {stack: true,...})
似乎有效。