To fetch the selected value from the select element, you can use the onChange event handler prop . Just like the input or textarea elements, you can use the onChange event handler to get the value from the event object. Now, make this select input element controlled by using the state to pass the value.