this.$input.on( {
        focus: this.onLookupInputFocus.bind( this ),
        blur: this.onLookupInputBlur.bind( this ),
        mousedown: this.onLookupInputMouseDown.bind( this )
    } );