We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348d2e5 commit 7b87d05Copy full SHA for 7b87d05
src/modules/rating/components/rating.ts
@@ -23,6 +23,7 @@ export class SuiRating implements ICustomValueAccessorHost<number> {
23
@HostBinding("class.rating")
24
private _ratingClasses:boolean;
25
26
+ @Input()
27
public value:number;
28
29
@Output()
0 commit comments