if (this.isInput) {
        element = this.element;
      } else if (this.component) {
        element = this.element.find('input');
      }