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

Freeze one of the hands of the slider? #14

Open
oliviachang29 opened this issue Apr 7, 2017 · 4 comments
Open

Freeze one of the hands of the slider? #14

oliviachang29 opened this issue Apr 7, 2017 · 4 comments

Comments

@oliviachang29
Copy link

oliviachang29 commented Apr 7, 2017

I was wondering how I could freeze one of the hands of the slider, leaving only one of the hands workable.

@cinder92
Copy link

+1

@cinder92
Copy link

@oliviachang29 did you figured out how to freeze one of the hands?

@marwakhalil
Copy link

simply fix the value in onUpdate method

onUpdate = ({ startAngle, angleLength }) => { this.setState({ startAngle: 0, angleLength: roundAngleToFives(angleLength) }); }

@amitbravo
Copy link

and I have a problem that one is already freezed on my side, bedtime icon is not moving at all . I am following example, I do not know what I am doing wrong.

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