-
I've noticed that I need to pre-define all of the options to be able to use the controls. I have a case where I need to dynamically add control values based on later user interactions. Some of these values may not be known ahead of time. Any tips on how to accomplish this? Thank you for a great module! Looks great! |
Beta Was this translation helpful? Give feedback.
Answered by
dbismut
Dec 30, 2022
Replies: 1 comment 2 replies
-
If you pass a dependency array as the last argument to useControls, the input schema will be refreshed every time one of the dependencies in the array change. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
FarhadG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you pass a dependency array as the last argument to useControls, the input schema will be refreshed every time one of the dependencies in the array change.