Node-RED version: v0.14.6
Node.js version: v4.2.3
NPM version: 3.10.10
node-red-...@2.3.5
1) I have two Text Input nodes (A and B) and set both to have Delay = 0
I enter a value in A and tab to B and enter a value and press enter, only B is processed.
Is this a bug or the way it should work?
2) can a button node be added as an input to a ‘text input’ node and cause the input nodes value to be sent?
Usage Case: I just want to set up a simple data entry on the dashboard. A couple text input fields and a button to send it all. Further nodes will put it all together, but in my testing I can’t figure out how to get it to work or IF is is possible.

[{"id":"dc4e747d.26fc3","type":"debug","z":"fb39137e.04c6f","name":"","active":true,"console":"false","complete":"true","x":431,"y":743,"wires":[]},{"id":"830a089c.595b7","type":"ui_text_input","z":"fb39137e.04c6f","name":"","label":"B","group":"5cc59946.ca757","order":2,"width":"2","height":"1","passthru":false,"mode":"text","delay":"0","topic":"","x":274,"y":775,"wires":[["dc4e747d.26fc3"]]},{"id":"5d33b96e.7c0e28","type":"ui_text_input","z":"fb39137e.04c6f","name":"","label":"A","group":"5cc59946.ca757","order":1,"width":"2","height":"1","passthru":false,"mode":"text","delay":"0","topic":"","x":274,"y":708,"wires":[["dc4e747d.26fc3"]]},{"id":"d61ee5bc.ad0d4","type":"ui_button","z":"fb39137e.04c6f","name":"","group":"5cc59946.ca757","order":3,"width":0,"height":0,"label":"Enter","color":"#ff0000","bgcolor":"","icon":"fa-thumbs-up","payload":"Enter Pressed","payloadType":"str","topic":"","x":88,"y":746,"wires":[["5d33b96e.7c0e28","830a089c.595b7"]]},{"id":"5cc59946.ca757","type":"ui_group","z":"","name":"Text Input Test","tab":"e18f2ad3.00f5","disp":true,"width":"6"},{"id":"e18f2ad3.00f5","type":"ui_tab","z":"","name":"Test","icon":"dashboard"}]