// if callback returns a value, add parenthesis
<input onChange={withReturn()}>
// if call back does not return a value
<input onChange={withOutReturn}>
My spot for plugin and theme development.
// if callback returns a value, add parenthesis
<input onChange={withReturn()}>
// if call back does not return a value
<input onChange={withOutReturn}>