Input Radio Group
LmnInputRadioGroupComponent
import { LmnInputRadioGroupComponent } from '@elemental/ui';
Decorators: |
|
Generic types: | T |
Selectors: |
|
Extends: |
|
Implements: |
|
Properties
Name | Type | Description |
---|---|---|
controlDirective r inherited from
|
| Represent the Angular Control associated with the component. |
dirty r inherited from
|
| Indicates if the control is dirty |
disabled r |
| Define if radio group is disabled or not |
disabledMarker r |
| Define the disable marker to display near to label of radio group |
disabledReason r |
| Define the disabled reason text to use as popup triggered by info button |
disabledReasonTriggerAttrAriaLabel r |
| Define the disabled reason text to use as aria-label for info button |
disabledReasonTriggerTooltip r |
| Define the disabled reason text to show for tooltip of info button |
hasDisabledState p r |
| Indicate the source of true for disabled value by considering the |
hasError r inherited from
|
| Indicates if the control has errors |
hasVisualError r inherited from
|
| Indicates if the control has a visual error by checking the |
isDisabled r inherited from
|
| Indicates if the control is disabled |
name r |
| Define the name to associate of input |
nativeElement r | HTMLElement | |
negative r |
| Define the negative style |
required r inherited from
|
| Indicates if the control is required |
requiredMarker r |
| Define the required marker to display near to label of radio group |
requiredTrue r inherited from
|
| Indicates if the control is true |
touched r inherited from
|
| Indicates if the control is touched |
value r |
| Define the value of radio group that included on change event |
LmnInputRadioComponent
import { LmnInputRadioComponent } from '@elemental/ui';
Decorators: |
|
Generic types: | T |
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
attrId r |
| Define the id to associate of input radio |
check r |
| Event emitted when radio item is selected |
disabled r |
| Define the disable state of radio item |
disabledMarker r |
| Define the disable marker to display near to label of radio item |
disabledReason r |
| Define the disabled reason text to use as popup triggered by info button |
disabledReasonTriggerAttrAriaLabel r |
| Define the disabled reason text to use as aria-label for info button |
disabledReasonTriggerTooltip r |
| Define the disabled reason text to show for tooltip of info button |
nativeElement r | HTMLElement | |
value r |
| Define the value of radio item that emitted when selected |
LmnInputLabelComponent
import { LmnInputLabelComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnInputHintComponent
import { LmnInputHintComponent } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement |
LmnInputErrorComponent
import { LmnInputErrorComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement | |
templateRef r |
|
LmnInputAlertComponent
import { LmnInputAlertComponent } from '@elemental/ui';
Decorators: |
|
Selectors: |
|
Properties
Name | Type | Description |
---|---|---|
nativeElement r | HTMLElement | |
templateRef r |
|