imRohan/vue-confirmation-button

How to cancel?

Closed this issue · 2 comments

This is definitely a very interesting design solution. One thing is missing though: you ask "Are you sure?" and what if I am not? Clicking outside the button should maybe cancel it? Or split the button into 2 options: delete/cancel.

I agree, having some method of canceling the action would be a nice feature to add to the button, especially a split design.

However, I'd like to stay away from hijacking click events outside the button, and leave the reset logic to the end developer (check out the reset() note).

Just for reference, this works quite nicely: https://github.com/simplesmiler/vue-clickaway