Human UI: Single button for all the inputs

There’s a pattern for these situations that I like. The value listener on your text inputs is set to “manual input” (disable “Live” in the right-click menu) and triggered with a “live” value listener on an update button (Should probably be a “true only button” so it only fires once per click). It’s easier shown than described:

commit-button.gh (10.0 KB)

1 Like