Skip to content

Commit 5391782

Browse files
author
Paul Bakaus
committed
datepicker: stop propagation on the button triggering the datepicker (fixes #3047)
1 parent 17b2d95 commit 5391782

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/ui.datepicker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ $.extend(Datepicker.prototype, {
347347
$.datepicker._hideDatepicker();
348348
else
349349
$.datepicker._showDatepicker(target);
350+
351+
return false;
350352
});
351353
}
352354
input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress)

0 commit comments

Comments
 (0)