We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac9f8 commit 8e87bd1Copy full SHA for 8e87bd1
js/bootstrap-datepicker.js
@@ -318,8 +318,6 @@
318
} else {
319
o.defaultViewDate = UTCToday();
320
}
321
- o.showOnFocus = o.showOnFocus !== undefined ? o.showOnFocus : true;
322
- o.zIndexOffset = o.zIndexOffset !== undefined ? o.zIndexOffset : 10;
323
},
324
_events: [],
325
_secondaryEvents: [],
@@ -1662,6 +1660,8 @@
1662
1660
weekStart: 0,
1663
1661
disableTouchKeyboard: false,
1664
enableOnReadonly: true,
+ showOnFocus: true,
+ zIndexOffset: 10,
1665
container: 'body',
1666
immediateUpdates: false,
1667
title: ''
0 commit comments