We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed99ae1 commit 52569eeCopy full SHA for 52569ee
ui/datepicker.js
@@ -121,17 +121,6 @@ widget = $.widget( "ui.datepicker", {
121
this.calendarInstance.grid.focus( 1 );
122
}, 1 );
123
break;
124
- case $.ui.keyCode.HOME:
125
- if ( event.ctrlKey ) {
126
- this.valueAsDate( new Date() );
127
- event.preventDefault();
128
- if ( this.isOpen ) {
129
- this.calendarInstance.refresh();
130
- } else {
131
- this.open( event );
132
- }
133
134
- break;
135
}
136
},
137
keyup: function() {
0 commit comments