Using only onChange and value and while focused inside a , preferably without jQuery, is there a way to trigger a method by pressing
onChange
Use onKeyPress and the resulting event object's key property, which is normalised cross-browser for you by React:
onKeyPress
key