New to Kendo UI for Angular? Start a free 30-day trial
Label
By default, the Rating does not have a label.
To define a label for the Rating component, set its label
property to a custom string.
If you want to dynamically change the text of the label, you can pass a custom function to the label
property, which returns a different string value based on the desired condition.
The following example demonstrates how to dynamically modify the text of the Rating label depending on the number of currently selected items.
Change Theme
Theme
Loading ...