Trying to have a button trigger the output of numeric text input field. (actually I want data from two text fields combined in a json payload and output when the button is pressed, but I am starting with one to keep it simple for now)
I connected the output of a button to the input of the text box
If 'pass through' is checked, the button's message is passed through, the text box's contents is not. As one might expect. If pass through is not checked, I get nothing out.
Changing the value of the text input directly also has the expected behavior: I get the text value out, either immediately or after a TAB depending on whether DELAY = 0 or not.
What I want is to get the value of the text input out when a button is pressed.
Can someone tell me how to do this?
-Thanks
I don't want a CANCEL button since there is no dialog box being dismissed. Also I cant figure out how you got the two input fields to layout side by side in your pic. Mine fill the whole width of the container and stack vertically. Perhaps these things can be controlled with some CSS or something I am not familiar with...
Alternately, is there any way to have a button trigger the regular text input node to report its value?