Looking to create a simple multiple select feature with Material-UI's Select component. One issue I have encountered is that when deselecting an option or clicking outside the dropdown, the label remains focused until clicked on again or another component is focused.
Any suggestions on how to address this?
My goal is to remove focus from the label/select component once the dropdown menu disappears.
https://i.sstatic.net/DXpwW.png
Check out the component here: https://material-ui.com/demos/selects/