igorokb
igorokb
**OS**: Ubuntu 18.04 **version**: [email protected] **actual behavior**: the exception is caught and the promise returns `undefined` **desired behavior** no exception thrown and the module returns correct window details Exception stack...
Hi, here is a usecase: ```php DateTimePicker::widget([ 'model' => $searchModel, 'attribute' => 'sent_at', 'language' => 'en', 'size' => 'ms', 'template' => "{reset}{input}", 'clientOptions' => [ 'autoclose' => true, 'minView'=> 'month',...