-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cannot update NumberControllerBox with .listen() #179
Comments
I just ran into this. Adding that line back to dat.gui.js doesn't solve the issue. |
This change fixed my issue. When do you plan to merge it to master? |
Sorry to pop out of nowhere but I encountered this bug recently and was wondering if it was going to get fixed sometime soon? |
Just chiming in that I'm also still encountering this issue. One hacky solve for getting around this is just to pass your number as a string and then use |
Symptom: when a NumberController has .listen(), I cannot manually update the number in the associated NumberControllerBox even though the slider works fine. A similar problem exists for color controllers, where I can change the color using the color picker but not by typing in a hex value.
History: This was previously reported in #100 (related to #101), and fixed in ca19030. The relevant line in NumberControllerBox.js was removed in dd5d0fc.
The text was updated successfully, but these errors were encountered: