Implementation
Classes
| Name | Description |
|---|---|
| Sets the form field style to use the filled variant. This must be applied to the enclosing div or form element. |
| This is applied to the <label> element applies the label styles for input fields. |
| Applied to a <span> element below the label this styles the hint text for the form field. |
| This styles the word "(optional)" when used in optional fields. Optional text must be placed directly after the label in a <span> element and before any hint text. |
| This is the class styles required for the field indicator which is an asterisk. <abbr title="required">*</abbr> |
| This class is applied to the <div> that wraps the select field. It is necessary for all implementations. |
| This styles the select input field. |
| This adds space between form elements when applied to a container div. |
| This styles the error messages on form fields. |
| This styles the error messages on form fields. |
| This styles the success messages on form fields. |
| This styles the valid/success state on a form fields. |
| This styles the valid/success state on a form fields. |