Skip to content
New issue

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

Half stars doesnt seem to be working #27

Open
benoj opened this issue Aug 17, 2017 · 3 comments
Open

Half stars doesnt seem to be working #27

benoj opened this issue Aug 17, 2017 · 3 comments

Comments

@benoj
Copy link

benoj commented Aug 17, 2017

With half set to true can't seem to get half values to work?
see below:

          <ReactStars
             onChange={this.handleRating}
             value={this.state.currentRating}
             count={5}
             half={true}
             size={25}
           />

screen shot 2017-08-17 at 14 56 05

@benoj benoj changed the title Half starts doesnt seem to be working Half stars doesnt seem to be working Aug 17, 2017
@obedparla
Copy link

Having same issue here.

@yannickneemaa
Copy link

remove the half={true} part, then it's working

see :
#23

@quachsimon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants