You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @MiB-1,
the problem is that this click handler was supposed to toggle the dropdown visibility before on button click, but doesn't... (also when the click handler is removed in this demo)
Expected behavior
When I click on the invoker, the listbox dropdown opens: https://lion-web.netlify.app/components/combobox/use-cases/#invoker-button
Actual Behavior
It does not open. Most likely the cause is inside the code and not in the demo.
When we fix it, we must make sure to add tests for this use case
The text was updated successfully, but these errors were encountered: