Input Rating
LmnInputRatingComponent
import { LmnInputRatingComponent } from '@elemental/ui';
Decorators: |
|
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 |
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 |
iconEmptySvgName r |
| It changes the icon to be displayed for buttons whose cardinality is higher than the current value. |
iconFilledSvgName r |
| It changes the icon to be displayed for buttons whose cardinality is lower than or equal to the current value. |
isDisabled r inherited from
|
| Indicates if the control is disabled |
maxValue r |
| It changes the number of selection buttons displayed. Accepted values: 1-10. If a non-valid value is inserted, it is ignored and the default (5) is taken. |
nativeElement r | HTMLElement | |
negative r |
| It switches the component to its negative mode. |
required r inherited from
|
| Indicates if the control is required |
requiredTrue r inherited from
|
| Indicates if the control is true |
showActiveSelectionLabel r |
| If it is set to true, then activeSelectionLabel is displayed after the selection buttons. |
touched r inherited from
|
| Indicates if the control is touched |
value r |
| It changes the current items selection. When value < 1 or value > maxValue, then no items are selected. |
valueChange r |
| It is emitted when the value changes and the new value is passed as parameter |