Helper text conveys additional guidance about the input field, such as how it will be used. It should only take up a single line, being persistently visible or visible only on focus.
In your application install:
npm install "
view : List (Property msg) -> List (Html msg) -> Html msg
Renders a helper text paragraph node. Place this right below your TextField
.
persistent : Property msg
Makes the helper text permanently visible.
validationMsg : Property msg
Indicates the helper text is a validation message.