Cannot read property 'target' of undefined

前端 未结 6 1230
感动是毒
感动是毒 2020-12-31 11:03

In my render method I have component


handleChange is fol

6条回答
  •  暖寄归人
    2020-12-31 11:48

    Simply do this

    
    

    It will pass the event param of the function automatically. The rest of your code is okay.

提交回复
热议问题