Fix bug: Datepicker is closed on blur event (merge pull-request #1446)
This commit is contained in:
@@ -4,6 +4,7 @@ Version 1.0.21 (unreleased)
|
|||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
* cs_CZ display the wrong locale in datetime picker
|
* cs_CZ display the wrong locale in datetime picker
|
||||||
|
* Datepicker is closed on blur event
|
||||||
|
|
||||||
Version 1.0.20
|
Version 1.0.20
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
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