2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

Bootstrap-datepicker trigger 'show.bs.modal' when it is displayed #37

Closed mrfinrod closed 7 years ago

mrfinrod commented 7 years ago

Described here https://github.com/eternicode/bootstrap-datepicker/issues/978

tonydspaniard commented 7 years ago

I'll review when i have time thanks. Nevertheless, PR are welcome.

tonydspaniard commented 7 years ago

@mrfinrod The solution presented is this:

modal.on('show.bs.modal', function(e) {
    if (e.namespace === 'bs.modal') {
        //
    }
});