This repository was archived by the owner on Dec 11, 2021. It is now read-only.
This repository was archived by the owner on Dec 11, 2021. It is now read-only.
Form Validation Styling #9
Open
Description
More of a suggestion, but do we want to have styles in place to work with form validation? For example, indicate that a form input is missing, or has the wrong input. We don't necessarily need to hook in the javascript for this, but have classes in place for others to use. (Similar to the Validation States that Bootstrap uses, as an example: http://getbootstrap.com/css/?#forms-control-validation)
Updated 04-07-15
Form validation styling shall consist of the following styling components:
- Form Input/Label Validation Styling
- This is styling to the form input/label itself, to indicate a validation state such a error, success, etc
- Inline Validation Messages
- This is a line of text that could go above/below/next to the input that indicates there is an issue
- Validation Notice Above Form
- A notice above the form indicating success/error. Could possibly include list of errors
Demos/testing will need to be done on not only regular text-like inputs, but irregular looking input such as radio buttons.