Open fensefernando opened 4 years ago
Yes. It is working on ionic 5.
Yes. It is working on ionic 5.
<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
Can you provide a StackBlitz demo of the issue?
its not working anymore on ionic 5 :(
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
@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
@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
@Saqib92 Thank you, its works!
can i use this component for ionic 5?