Reactjs – How to display the value of the option not the label, MUI Autocomplete
I have a React/Typescript project that I am working on. I have an Autocomplete element whose options are a series of object that contain {label, value, and endOfDay}. I have the option labels displaying correctly in the dropdown, however, when…