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

Stars are not showing up

Open saurabhshrivastava2111 opened this issue 3 years ago • 3 comments

It seems the button is used instead of an ion-button. Can we have the fix for this?

saurabhshrivastava2111 avatar Sep 04 '20 05:09 saurabhshrivastava2111

Hello, could you give me a PR for that?

JeongJun-Lee avatar Sep 04 '20 08:09 JeongJun-Lee

Same here, any suggestions ?

ahmad-alk avatar Jun 15 '21 17:06 ahmad-alk

ios-star and ios-star-outline don't support in ionic 5. It should modify supported name in activeIcon and defaultIcon. (eg. <ionic5-star-rating #rating activeIcon = "star" defaultIcon = "star-outline" activeColor = "#488aff" defaultColor = "#f4f4f4" readonly="false" rating="3" fontSize = "32px" (ratingChanged)="logRatingChange($event)">

)

arkarwin510 avatar Jun 18 '21 06:06 arkarwin510