Fix the issue #1415 and issue #1425 Datepicker will disappear when click arrow button to change month
This commit is contained in:
parent
06e9486c59
commit
2fe5a69cdf
File diff suppressed because one or more lines are too long
|
|
@ -125,8 +125,6 @@ App.prototype.datePicker = function() {
|
|||
// timeFormat: 'h:mm tt',
|
||||
constrainInput: false
|
||||
});
|
||||
|
||||
$(".hasDatepicker").on("blur", function(e) { $(this).datepicker("hide"); });
|
||||
};
|
||||
|
||||
App.prototype.taskAutoComplete = function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue