I have a form with two text boxes, one select drop down and one radio button. When the enter key is pressed, I want
form
A react js solution
handleChange: function(e) { if (e.key == 'Enter') { console.log('test'); }