How can access selected options in child and which one is called first after an update componentDidUpdate() or onChange handler?

前端 未结 0 875
谎友^
谎友^ 2020-11-30 10:21

I have a child select component, a parent component and the following onChange handler in parent.

handleChange = (sel) => {
   console.log(sel) 
}
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题