I'm using multiple select component of MUI, when user select it display the value of select tag to the user, but I want it display the label of select tag.
This is codesandbox link
https://codesandbox.io/embed/elated-bose-phh8xx?fontsize=14&hidenavigation=1&theme=dark
A trick I have found is that you can called find method in Chip Lable and get that object by id then use its label
Example Code:
Read more about find Method
Complete code: