aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Question.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Mark range and radio valid after changeGravatar ks1292021-02-18-0/+5
|
* Remove trailing whitespacesGravatar ks1292021-02-08-3/+3
|
* Implement focusing text fields if empty on submitGravatar ks1292021-02-08-2/+4
|
* Use public state instead of event value for compabilityGravatar ks1292021-02-08-19/+3
|
* Remove unnecessary ESLint disableGravatar ks1292021-01-21-1/+0
|
* Merge switch's casesGravatar ks1292021-01-19-22/+2
|
* Implement before-submit validation (broken, crashing)Gravatar ks1292021-01-19-1/+62
|
* Implement validation for checkboxesGravatar ks1292021-01-19-0/+18
|
* Simplify required checking onBlur functionGravatar ks1292021-01-18-15/+13
|
* Merge on blur functions to oneGravatar ks1292021-01-18-43/+37
|
* Implement Select field required checkGravatar ks1292021-01-18-2/+17
|
* Add required validator for ShortTextGravatar ks1292021-01-18-1/+16
|
* Move ErrorMessage from TextArea component to QuestionGravatar ks1292021-01-18-4/+32
|
* Add valid and error to public state and required check for textareaGravatar ks1292021-01-18-0/+9
|
* Removes Leading Underscore From VariablesGravatar Hassan Abouelela2021-01-17-9/+9
| | | | | Co-authored-by: Joe Banks <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]>
* Updates Switch Statement IndentGravatar Hassan Abouelela2021-01-17-32/+32
| | | | | | | Changes the switch statement indentation level to 1 in the eslint config, and updates files accordingly. Signed-off-by: Hassan Abouelela <[email protected]>
* Rewrites Components For AccessibilityGravatar Hassan Abouelela2021-01-16-7/+4
| | | | | | | Makes major changes to the structuring of checkboxes, and ranges to be more accessible to all users. Signed-off-by: Hassan Abouelela <[email protected]>
* Minor Style AdjustmentsGravatar Hassan Abouelela2021-01-16-1/+1
| | | | | | Minor adjustments following the first round of open feedback. Signed-off-by: Hassan Abouelela <[email protected]>
* Breaks Up CSS Into ComponentsGravatar Hassan Abouelela2021-01-06-10/+51
| | | | | | | | Moves the styles from the CSS file, into emotion CSS in each component's file to make navigation easier, and keep CSS and JSX together.Drops raw-loader dependency. Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Question RenderingGravatar Hassan Abouelela2021-01-06-0/+128
Adds a question component, and calls it on form page. Adds styling for input types and form page. Lays foundation for validation and submission. Signed-off-by: Hassan Abouelela <[email protected]>