OO.ui.MenuSelectWidget.prototype.bindDocumentKeyDownListener = function () {
    if ( this.$input ) {
        this.$input.on( 'keydown', this.onDocumentKeyDownHandler );
    } else {
        OO.ui.MenuSelectWidget.super.prototype.bindDocumentKeyDownListener.call( this );