ionic5-star-rating icon indicating copy to clipboard operation
ionic5-star-rating copied to clipboard

Rating 0 defaulting to 3

Open NischayaSharma opened this issue 3 years ago • 1 comments

<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 ?

NischayaSharma avatar Jul 09 '21 15:07 NischayaSharma

Try adding string value instead of number, like '0' on instead of 0.

JayPansuriyaVC avatar Aug 30 '22 10:08 JayPansuriyaVC