Skip to content

Commit 8cda2dd

Browse files
Fixes trentrichardson#675 - setDate causes picker to open
1 parent 9057dc0 commit 8cda2dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
this.timeDefined = true;
807807
if (hasChanged) {
808808
this._updateDateTime();
809-
this.$input.focus();
809+
//this.$input.focus(); // may automatically open the picker on setDate
810810
}
811811
},
812812

0 commit comments

Comments
 (0)