We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e6fd9 commit c13cad7Copy full SHA for c13cad7
1 file changed
js/angular-material-datetimepicker.js
@@ -183,6 +183,7 @@
183
bindToController: true,
184
disableParentScroll: options.disableParentScroll || false,
185
hasBackDrop: false,
186
+ skipHide: true,
187
multiple: true
188
})
189
.then(function (v) {
@@ -251,6 +252,7 @@
251
252
253
clickOutsideToClose: true,
254
255
256
257
258
0 commit comments