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