if (input) {
          this._focusEvent = EventListener.listen(input, 'focus', () => {
            this.isShow = true
          })
          this._blurEvent = EventListener.listen(input, 'blur', () => {