-
Notifications
You must be signed in to change notification settings - Fork 8
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
How does value work in knob? #20
Comments
As temp solution I tried to redraw the knob component when value value was updated. |
@julian-kunzig did you find a way to make this a controlled component by updating it via value prop? |
Hi @lukedar, i did found this trick: you can inject a position to each sub components
Could be better, but this way i was able to create nice result. Maybe even more complex than a single value stored in the knob prop. |
You must not use |
When update the value In the knob, it doesn't bind to knob.
The value of knob seem to work like initial value in the component.
I input state to value of knob and it worked in initial loading but when update the state of component, it wasn't updated.
The text was updated successfully, but these errors were encountered: