kidsee / kidsee_app

2 stars 1 forks source link

Ionic2-rating doesn't visually update #65

Open dubbeldave opened 6 years ago

dubbeldave commented 6 years ago

location-rating view -> rating doesn't visually update before losing focus.

lucashorward commented 6 years ago

Possible fix: Try adding: (ngModelChange)="onModelChange($event)"> To the tag, this would require a function to be called every time you click to update the current rating, but if it fixes the issue, that would be nice.

From: https://github.com/andrucz/ionic2-rating