Hi, I’d like to create za component that auto-update inputs number according to the the given value. Let’s say I have a given integer 7 So I’d like component to add 7 new inputs, then when I change the value to 3 it should update the inputs number to 3. I have the problem with the update part. Anyone know how to solve this?
auto_input_test.gh (6.1 KB)