Optional
allowOptional
changeOptional
childrenOptional
classOptional
disabledThe disabled state of the component
Optional
hoverOptional
hoverSets hover preview behavior for the component
Optional
idOptional
invalidControl the validity of the control.
Optional
labelThe label of the control.
Optional
maxThe maximum value for the rating. If there are projected symbols, the maximum value will be resolved based on the number of symbols.
Optional
nameThe name attribute of the control.
Optional
readMakes the control a readonly field.
Optional
singleToggles single selection visual mode.
Optional
stepThe minimum value change allowed. Valid values are in the interval between 0 and 1 inclusive.
Optional
styleOptional
valueThe current value of the component
Optional
valueA format string which sets aria-valuetext. Instances of '{0}' will be replaced with the current value of the control and instances of '{1}' with the maximum value for the control. Important for screen-readers and useful for localization.
Whether to reset the rating when the user selects the same value.