I am interested in the multiselect capabilities of the MUI Select
component with the multiple=true
potion enabled. However, I don’t want a dropdown menu. Rather, I want to take the contents and abilities of the dropdown menu and embed it directly in a div. So, instead of clicking a button to open the menu to see the options open in a popover, I want the options to be directly embedded in the page
I know I can set open=true
on the MUI Select component to start with the dropdown open, but this has the drawback of the menu still being opened in a popover, and it still renders outside of the div the component is embedded in.
Does the MUI API expose this dropdown menu component directly anywhere?