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