Relative Content

Tag Archive for javascriptreactjsbuttononclickuser-input

display input box value when triggered by button click

The project i am creating in React.js requires me to take in input from the user and display it on the webpage, i want my balance button to display the input value when clicked but currently when i enter a value in the input box it displays automatically rather than waiting for the button click to be triggered before displaying on the webpage.
from my code below i was wondering if i am missing something like a handleClick function or add event handlers? As i am new to working with React.js please help??