Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

TextField Validation

uqgie requested to merge feat_UpdateTextFieldValidation_#118 into develop

What I have done

I changed the TextFields XAxisField, YAxisField and ReferenceYearField in a way that they only update the graph if

  • the value is greater than or equal to the START_YEAR constant AND
  • the value is smaller than or equal to the END_YEAR constant AND
  • the start value is smaller than the end value (obviously only applying to XAxisField and YAxisFIeld)

Merge request reports