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:
Implement your Dropdown as
this.menu = input}> N/A 1 2 3 4
Now, to obtain the selected option value of the dropdown menu just use:
let res = this.menu.value;