Reactjs – React MUI Autocomplete Store chosen Values
im new to React / Typescript. I just want to store the options that a user chose at the Autocomplete component. After that, i'd need to send the chosen values to an API. How do i do this?... Code: <Autocomplete…