Open oliviachang29 opened 7 years ago
+1
@oliviachang29 did you figured out how to freeze one of the hands?
simply fix the value in onUpdate method
onUpdate = ({ startAngle, angleLength }) => { this.setState({ startAngle: 0, angleLength: roundAngleToFives(angleLength) }); }
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.
I was wondering how I could freeze one of the hands of the slider, leaving only one of the hands workable.