Hi, I'm using your component and for the most part it works great. However

Hi, I’m using your component and for the most part it works great. However I have a specific use case that seems to cause a bug. If you open a Dialog that contains the multiselect combobox and the combobox is enabled to begin with everything will work fine. However, if it starts as disabled and a user interaction enables it (e.g. button click), the dropdown feature of the combobox will not work. I wrote a quick example of this implementation here: https://d54020f1-4e1a-4d61-9188-01149ad48432.ws-us02.gitpod.io/#/workspace/skeleton-starter-flow-spring

I’m also happy to clarify anything if what I wrote is a bit confusing.

Thank you,
Alistair

Hi Alistair,

This could be related: https://github.com/gatanaso/multiselect-combo-box-flow/issues/56

You can use the suggested workaround and wrap the component in a div to check if that helps.

Hope this helps,

Goran