Skip to content

Commit 0319f92

Browse files
gr2macrobat
authored andcommitted
[fix] Allow keyboard navigation for non-input fields
fixes uxsolutions#874
1 parent 53a7783 commit 0319f92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/bootstrap-datepicker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@
397397
else {
398398
this._events = [
399399
[this.element, {
400-
click: $.proxy(this.show, this)
400+
click: $.proxy(this.show, this),
401+
keydown: $.proxy(this.keydown, this)
401402
}]
402403
];
403404
}

0 commit comments

Comments
 (0)