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 a34caa8 commit e96f726Copy full SHA for e96f726
src/jquery-ui-timepicker-addon.js
@@ -1485,6 +1485,7 @@
1485
var tp_inst = this._get(inst, 'timepicker');
1486
$(target).datepicker('getDate'); // Init selected[Year|Month|Day]
1487
if (tp_inst) {
1488
+ inst.settings.showTimepicker = false;
1489
tp_inst._defaults.showTimepicker = false;
1490
tp_inst._updateDateTime(inst);
1491
}
@@ -1499,6 +1500,7 @@
1499
1500
1501
1502
1503
+ inst.settings.showTimepicker = true;
1504
tp_inst._defaults.showTimepicker = true;
1505
tp_inst._addTimePicker(inst); // Could be disabled on page load
1506
0 commit comments