material-components-web-elm
material-components-web-elm copied to clipboard
Is there a multi select?
Hi, does select component support multiple selection? I can't find any way to do it. Thanks in advance.
No it doesn't. The Selection is now a String but you will need to have a Set. Either the Select component has to be adapted to accept a Set in his Config record or we will have to replicate and adapt it into a MultiSelect-Component.