try {
      min = getExtremum('min', props.min, this.parseFunc, props.disabledDecimal);
    } catch (error) {
      this.propsOnError(error);
    }