mw.widgets.SearchInputWidget.prototype.getInputElement = function () {
        return $( '<input>' ).attr( 'type', 'search' );
    };