packages/components/eui-helper-text/eui-helper-text.component.ts
A helper text component that provides supplementary information for form fields or UI elements. Displays descriptive text to guide users in completing forms or understanding interface elements.
<eui-label>Password</eui-label>
<eui-input-text type="password"></eui-input-text>
<eui-helper-text>Must be at least 8 characters</eui-helper-text>| selector | eui-helper-text |
| template | |
| styleUrl | ./eui-helper-text.scss |
HostBindings |
Accessors |
| attr.type |
Type : string
|
Default value : 'MessageFeedback'
|
|
Type attribute bound to the host element. Used to identify the component type in the DOM. |
| class |
Type : string
|
|
Computes and returns the CSS classes for the feedback message component. Combines base state classes with muted state if applicable. |
| cssClasses |
getcssClasses()
|
|
Computes and returns the CSS classes for the feedback message component. Combines base state classes with muted state if applicable.
Returns :
string
|