如何从表单提交中提升状态中的多个值?
My goal is to take an input value and a radio input's value and lift their state to the parent componentApp.js when the form is submitted. I am using two onChange events and when the form is submitted the values are propped and handle by individual functio...