Closed jrodolforios closed 5 years ago
any update?
Blow code worked for me:
<ion-rating [rate]="ratings" size="small" (rateChange)="youFunctionName(ratings, $event)"></ion-rating>
i noticed readonly
attribute causing this. Even if you are using readonly="false"
it will not work. remove readonly and it will work.
Yes! Worked for me! Thank you!
Close this issue. Thanks
Hi!
I'm using ionic rating component but rateChange is not firing de action. Can you help me with?