We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the rating as a part of a form, which when submitted eventually resets the star rating but the rating is not being reactive:
const handleReview = (e) => { ... setRating(0); ... };
<Rating allowHalfIcon onClick={handleRating} ratingValue={rating} />
Is there a different way to do this?
The text was updated successfully, but these errors were encountered:
fix: handle value issue #7
b28b534
Hello @CharlieGroves
Sorry for the late response. I just pushed a fix that should fix this issue. Please follow this example and let me know if it fixed.
Sorry, something went wrong.
Thank you!
No branches or pull requests
I have the rating as a part of a form, which when submitted eventually resets the star rating but the rating is not being reactive:
const handleReview = (e) => { ... setRating(0); ... };
<Rating allowHalfIcon onClick={handleRating} ratingValue={rating} />
Is there a different way to do this?
The text was updated successfully, but these errors were encountered: