You failed to pass the event object to your handleSelect function. Example: onChange={(event)=>{handleSelect(event)} then at your function: handleSelect (event){ setUserName(event.target.value) }