Keep focus in textbox when editing times

This commit is contained in:
nathangray 2016-05-25 13:43:49 -06:00
parent c54abbfd1f
commit 105856f549

View File

@ -884,7 +884,7 @@
else {
this.$timeObj.val($.datepicker.formatTime(pickerTimeFormat, this, o) + pickerTimeSuffix);
}
this.$timeObj[0].setSelectionRange(sPos, ePos);
//this.$timeObj[0].setSelectionRange(sPos, ePos);
}
this.timeDefined = true;