Skip to content

Commit 7b87d05

Browse files
authored
Fix Rating component (#3)
Rating component value `@Input()` is missing
1 parent 348d2e5 commit 7b87d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/rating/components/rating.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class SuiRating implements ICustomValueAccessorHost<number> {
2323
@HostBinding("class.rating")
2424
private _ratingClasses:boolean;
2525

26+
@Input()
2627
public value:number;
2728

2829
@Output()

0 commit comments

Comments
 (0)