Skip to content

Commit 3168334

Browse files
committed
Merge pull request logbon72#32 from benletchford/gh-pages
[gh-pages] Fixed not being able to tab into input
2 parents 5743ac2 + 9793bc5 commit 3168334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-material-datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
this._attachEvent(this.$dtpElement.find('.dtp-content'), 'click', this._onElementClick.bind(this));
6565
this._attachEvent(this.$dtpElement, 'click', this._onBackgroundClick.bind(this));
6666
this._attachEvent(this.$dtpElement.find('.dtp-close > a'), 'click', this._onCloseClick.bind(this));
67-
this._attachEvent(this.$element, 'click', this._onClick.bind(this));
67+
this._attachEvent(this.$element, 'focus', this._onClick.bind(this));
6868
},
6969
initDays: function()
7070
{

0 commit comments

Comments
 (0)