Any way to set focus on the Multiselect Dropdown?

I don’t seem to be able to set the focus to the Multiselect Dropdown. Am I just missing something obvious?

If not, I can write some JS to set the focus to this input. Any reason that might be a bad idea (perhaps the same reason the multi-select doesn’t already allow for the focus being set)?

Hi @sridharan.s

Just came over this by search. Did you solve this somehow? I’m looking for that too, but my JS skills leave a lot to be desired unfortunately.

We ended up implementing this a different way so as to avoid this problem.

1 Like

Ah, ok. Thanks anyway!

What was your workaround? ty!