rodainahassan / ionic-rating

A simple Ionic 4 stars rating component using Angular, with an easy API and support for all methods of binding (Property and Event Binding, Template Forms and Reactive Forms).
https://www.npmjs.com/package/ionic-rating
MIT License
19 stars 26 forks source link

Support ionic 5 #14

Open fensefernando opened 4 years ago

fensefernando commented 4 years ago

can i use this component for ionic 5?

Saqib92 commented 4 years ago

Yes. It is working on ionic 5.

cnkker commented 4 years ago

Yes. It is working on ionic 5.

GaneshMalode1789 commented 3 years ago

<ion-rating [rate]="rate" readonly="false" size="default" (rateChange)="onRateChange($event)">

when I clicked on star, event is not working in ionic 6.12.0 capacitor please help me

rodainahassan commented 3 years ago

Can you provide a StackBlitz demo of the issue?

anderssonq commented 3 years ago

its not working anymore on ionic 5 :(

Saqib92 commented 3 years ago

its not working anymore on ionic 5 :(

How are you using it? it is working on ionic 5 i used it. Import it in your page you are using. e.g: yourPage.module.ts

anderssonq commented 3 years ago

@all let me explain you guys, i added it on app and page module as usually and when i put it on template it works, i mean it renders on screens, but how @GaneshMalode1789 says, rateChange event doesn't work, i tried to use it with reactform but i does not update value neither.

Saqib92 commented 3 years ago

check this: https://github.com/RodainaMohamed/ionic-rating/issues/9#issuecomment-558979477

@ALL let me explain you guys, i added it on app and page module as usually and when i put it on template it works, i mean it renders on screens, but how @GaneshMalode1789 says, rateChange event doesn't work, i tried to use it with reactform but i does not update value neither.

Check This: https://github.com/RodainaMohamed/ionic-rating/issues/9#issuecomment-558979477

anderssonq commented 3 years ago

@Saqib92 Thank you, its works!