demogorgorn/yii2-ajax-submit-button

option for confirmation

akorinek opened this issue · 1 comments

It would be nice to have an optional confirmation alert before the ajax request is submitted, similar to the trash button in the yii2 grid widget.

I don't think so. It's easy to implement yourself using for example Vex modal dialog widget/Bootstrap modal and beforeSend js event.