packages/ecl/components/ecl-radio/ecl-radio-help.component.ts
Component that displays help text for the ECL radio input.
Supports styling for the disabled state and applies the proper ECL CSS classes. Should be placed inside a component using eclRadio.
| selector | [eclRadioHelp] |
| templateUrl | ./ecl-radio-help.component.html |
Methods |
Inputs |
HostBindings |
Accessors |
| isDisabled |
Type : boolean
|
Default value : false
|
|
Adds styling for a disabled help text. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Returns the CSS classes applied to the host element. Includes the base ecl-radio__help class. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
|
Returns the CSS classes applied to the host element. Includes the base ecl-radio__help class.
Returns :
string
|