this.$input.on( {
        keypress: this.onKeyPress.bind( this ),
        blur: this.onBlur.bind( this ),
        focus: this.onFocus.bind( this )
    } );