display different text for html select option than label
Sorry if the title is confusing, but basically I have a react component that renders a select
dropdown with a bunch of options
. I want to display the options
in the dropdown normally, but once selected, I want the selected value to be something else compared to its label.