createSelectClassName() {
    return [
      styles.select,
      styles[this.props.size],
    ].join(' ').trim();