Reactjs – Sending data in a MUI component AutoComplete
I have a component that needs to display names in the options list, but at the same time send the name ID in the form. How can this be done? const employees: UserModel[] = [ { id: 1, firstName: 'Hugo',…