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 5ddaf0f commit b9439f6Copy full SHA for b9439f6
js/bootstrap-datepicker.js
@@ -67,8 +67,8 @@
67
this.keyboardNavigation = true;
68
if ('keyboardNavigation' in options) {
69
this.keyboardNavigation = options.keyboardNavigation;
70
- } else if ('dateKeyboardnavigation' in this.element.data()) {
71
- this.keyboardNavigation = this.element.data('date-keyboardnavigation');
+ } else if ('dateKeyboardNavigation' in this.element.data()) {
+ this.keyboardNavigation = this.element.data('date-keyboard-navigation');
72
}
73
74
switch(options.startView){
0 commit comments