I have a form embedded in a modal. When I tap the field and the drop down opens, the options appear behind the modal. So maybe the list has a fixed z-index that is lower than my modal?
This is happening specifically for the dropdown multi-select field. The regular dropdown seems to work find, as it’s appears to be using the native dropdown.
yep, i think this is a z-index issue. if you decrease the z-index of your modal to be smaller than that of the multiselect dropdown, it should be fixed
Or even a higher hard coded z-index would work. I assume that you would always want your dropdown menu to appear on top of any other elements and never below.