Hello
Thank you for the component.
One problem tho: your dismissable flag only hides the X button, you can still dismiss it.
You can add in component.vue around line 186
// Check dismiss callback result for prevention
if (this.vuedals[localIndex].onDismiss() === false)
return;
Hello
Thank you for the component.
One problem tho: your dismissable flag only hides the X button, you can still dismiss it.
You can add in component.vue around line 186