melwinVincent / ionic4-star-rating

Star Rating component for ionic-4 projects
23 stars 11 forks source link

Allow rating 0 #11

Open oesah opened 4 years ago

oesah commented 4 years ago

So if I see correct, the minimum is 1 for the rating attribute. However, I have a use case, where an object does not have any ratings yet, so I would like to display 6 empty stars. This is not possible right now, since I need to assign at least 1 star. I worked around it for now by using [rating]="stars || 0.1", but it still show a half star.

Is it possible to implement this feature?

dharmeshds commented 3 years ago

+1.. can this be supported?

dharmeshds commented 3 years ago

knock knock.. is this repo maintained?