aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorLines
2021-01-19Implement validation for checkboxesGravatar ks129-0/+18
2021-01-18Implement shadow for SelectGravatar ks129-5/+5
2021-01-18Simplify required checking onBlur functionGravatar ks129-15/+13
2021-01-18Merge on blur functions to oneGravatar ks129-43/+37
2021-01-18Implement Select field required checkGravatar ks129-6/+22
2021-01-18Pass blur handler and valid property to ShortTextGravatar ks129-1/+1
2021-01-18Implement validation to ShortText componentGravatar ks129-4/+9
2021-01-18Add required validator for ShortTextGravatar ks129-1/+16
2021-01-18Change ErrorMessage CSS propertiesGravatar ks129-2/+2
2021-01-18Relay blur handler to specific component and cleanupGravatar ks129-9/+4
2021-01-18Move ErrorMessage from TextArea component to QuestionGravatar ks129-11/+36
2021-01-18Move invalid styles to common stylesGravatar ks129-9/+9
2021-01-18Provide valid and error message data to TextArea componentGravatar ks129-2/+11
2021-01-18Display invalid information for TextAreaGravatar ks129-2/+18
2021-01-18Add valid and error to public state and required check for textareaGravatar ks129-0/+9