Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Implement before-submit validation (broken, crashing) | 2021-01-19 | -1/+62 | |
* | Implement validation for checkboxes | 2021-01-19 | -0/+18 | |
* | Simplify required checking onBlur function | 2021-01-18 | -15/+13 | |
* | Merge on blur functions to one | 2021-01-18 | -43/+37 | |
* | Implement Select field required check | 2021-01-18 | -2/+17 | |
* | Add required validator for ShortText | 2021-01-18 | -1/+16 | |
* | Move ErrorMessage from TextArea component to Question | 2021-01-18 | -4/+32 | |
* | Add valid and error to public state and required check for textarea | 2021-01-18 | -0/+9 | |
* | Removes Leading Underscore From Variables | 2021-01-17 | -9/+9 | |
* | Updates Switch Statement Indent | 2021-01-17 | -32/+32 | |
* | Rewrites Components For Accessibility | 2021-01-16 | -7/+4 | |
* | Minor Style Adjustments | 2021-01-16 | -1/+1 | |
* | Breaks Up CSS Into Components | 2021-01-06 | -10/+51 | |
* | Adds Question Rendering | 2021-01-06 | -0/+128 |