createInputClassName() {
    return [
      styles.input,
      this.props.isExpanded ? styles.isExpanded : '',
      styles[this.props.color],