OO.ui.SearchInputWidget.prototype.onIndicatorClick = function ( e ) {
    if ( e.which === OO.ui.MouseButtons.LEFT ) {
        // Clear the text field
        this.setValue( '' );
        this.focus();