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
With half set to true can't seem to get half values to work? see below:
half
<ReactStars onChange={this.handleRating} value={this.state.currentRating} count={5} half={true} size={25} />
The text was updated successfully, but these errors were encountered:
Having same issue here.
Sorry, something went wrong.
remove the half={true} part, then it's working
see : #23
Same issue here, I am able to console log the value. It does not render visually however.
I tried to remove the half={true} prop but same result
half={true}
No branches or pull requests
With
half
set to true can't seem to get half values to work?see below:
The text was updated successfully, but these errors were encountered: