Hi Team,
I’m trying to create a custom multiselect dropdown with a repeating group, etc. etc. The main reason for this is that I need dual-level optgroups
Looks like this at the moment:
Everything works as expected, but I have an issue working out how to keep the dropdown open if you want to select multiple items.
On desktop, conditional visibility states of the dropdown using either the input box focused or the dropdown hovered achieve the desired result, but this will not work on mobile (given there’s no hover state).
Has anyone done similar before and figured what the trick is?
Of course if anyone knows how to get dual-level optgroups in a multiselect, I can happily go that road instead