Ticket #2533: uidatepicker.enable.reattachfocus.patch
| File uidatepicker.enable.reattachfocus.patch, 468 bytes (added by mnichols, 5 years ago) |
|---|
-
ui.datepicker.js
201 201 var $target = target; 202 202 this._disabledInputs = $.map(this._disabledInputs, 203 203 function(value) { return (value == $target ? null : value); }); // delete entry 204 $target.focus(this._showDatepicker); 204 205 }, 205 206 206 207 /* Disable the date picker to a jQuery selection.
