We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<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 ?
The text was updated successfully, but these errors were encountered:
Try adding string value instead of number, like '0' on instead of 0.
Sorry, something went wrong.
No branches or pull requests
<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 ?
The text was updated successfully, but these errors were encountered: