Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2021-01-18 | Implement Select field required check | -6/+22 | ||
2021-01-18 | Pass blur handler and valid property to ShortText | -1/+1 | ||
2021-01-18 | Implement validation to ShortText component | -4/+9 | ||
2021-01-18 | Add required validator for ShortText | -1/+16 | ||
2021-01-18 | Change ErrorMessage CSS properties | -2/+2 | ||
2021-01-18 | Relay blur handler to specific component and cleanup | -9/+4 | ||
2021-01-18 | Move ErrorMessage from TextArea component to Question | -11/+36 | ||
2021-01-18 | Move invalid styles to common styles | -9/+9 | ||
2021-01-18 | Provide valid and error message data to TextArea component | -2/+11 | ||
2021-01-18 | Display invalid information for TextArea | -2/+18 | ||
2021-01-18 | Add valid and error to public state and required check for textarea | -0/+9 | ||