SelectMenu and multiple and native menu not working
Hey all,
I've tried a select menu like the following:
<label for="Desert">Desert</label><select data-close-text="Closetext" data-corners="false" data-native-menu="true" id="Desert" multiple="multiple"><option value="Item1">Item1</option><option value="Item2">Item2</option></select>
The box for the value shows up, but clicking it shows not drop down. I assume because in some browsers a multiple select element is sort of always 'expanded' and options are toggle-able? Any way to work around this or plans to fix it?
thanks,
Dave Y.