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
I am having a problem with the combobox, where if I open a new instance of the browser (in my case Chrome), fill the combobox with a list of items, and press the down arrow, the list will not appear. The text box is displaying the first item in the list, but the list will not appear. To get the list to appear, I have to remove focus off the tab in anyway.
Example:
Create a new tab.
Click on another application.
Click on the desktop.
Press F12 to bring up the devtools.
When focus is lost on the tab, the list automatically pops open. Afterwards, so long as the browser stays open, I no longer have an issue. I can close all tabs, and reopen the page in a new tab and have no problem with the combobox. The issue only occurs the first time the component is used after a new instance of the browser is opened.
I am having a problem with the combobox, where if I open a new instance of the browser (in my case Chrome), fill the combobox with a list of items, and press the down arrow, the list will not appear. The text box is displaying the first item in the list, but the list will not appear. To get the list to appear, I have to remove focus off the tab in anyway.
Example:
When focus is lost on the tab, the list automatically pops open. Afterwards, so long as the browser stays open, I no longer have an issue. I can close all tabs, and reopen the page in a new tab and have no problem with the combobox. The issue only occurs the first time the component is used after a new instance of the browser is opened.