OO.ui.SelectWidget.prototype.bindDocumentKeyPressListener = function () {
    this.getElementDocument().addEventListener( 'keypress', this.onDocumentKeyPressHandler, true );
};