
handling select options in React Hooks
https://stackoverflow.com/questions/58114855/handling-select-options-in-react-hooks
I am trying to get the text value from a dropdown select using [useState} in React Hooks. I just get the value (number) rather than the text.Ive copied the bits of code below which control the sel...