How to get selected value of a dropdown menu in ReactJS

后端 未结 9 1951
迷失自我
迷失自我 2020-12-04 10:03

I\'m using react and I want to get the value of the selected option of a dropdown in react but I don\'t know how. Any suggestions? thanks! My dropdown is just a select like:

9条回答
  •  甜味超标
    2020-12-04 10:50

    You can handle it all within the same function as following

    as you can see when the user select one option it will set a state and get the value of the selected event without furder coding require!

提交回复
热议问题