Basic usage
Props
Select| Name | Type | Description |
size | "small" | "medium" | "large" | Size of input |
error | boolean | Error / Danger mode |
labelText | string | Ghost/floating label. |
helperText | string | Additional text to help guide user |
includeEmptyOption | boolean | Add an empty option if labelText / ghostLabel is present |
isRequired | boolean | Whether the input is required |
requiredIndicator | string | The label for the required indicator (defaults to *) |