mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 02:27:58 -05:00
datepicker: stop propagation on the button triggering the datepicker (fixes #3047)
This commit is contained in:
@@ -347,6 +347,8 @@ $.extend(Datepicker.prototype, {
|
||||
$.datepicker._hideDatepicker();
|
||||
else
|
||||
$.datepicker._showDatepicker(target);
|
||||
|
||||
return false;
|
||||
});
|
||||
}
|
||||
input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress)
|
||||
|
||||
Reference in New Issue
Block a user