createControlClassName() {
    return [styles.control, styles.isHorizontal, this.props.className].join(' ').trim();
  }