Relative Content

Tag Archive for reactjstypescriptmaterial-ui

Directly access multiselect dropdown component in MUI

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