ionic5-star-rating
ionic5-star-rating copied to clipboard
Rating 0 defaulting to 3
<ionic5-star-rating halfStar="true" [rating]="0" activeColor="#ffcb00" readonly="true" fontSize="xx-large"></ionic5-star-rating>
When i do this, it shows 3 stars in the UI, instead of the 0. Even 0.5 is working, but 0 is defaulting to 3. Any fixes ?
Try adding string value instead of number, like '0' on instead of 0.