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
The behavior of the ComboBox implemented from #19657 does not open the available options when the combobox is focused. Thus, there is no way to know what options are available to you to know what to search for in the combobox search.
The combobox may have many, many options which could be overwhelming. To prevent this, I suggest limiting the options list to show 5 - 10 items max. The rest of the options can be hidden via an overflow scroll container.
The behavior of the ComboBox implemented from #19657 does not open the available options when the combobox is focused. Thus, there is no way to know what options are available to you to know what to search for in the combobox search.
The combobox may have many, many options which could be overwhelming. To prevent this, I suggest limiting the options list to show 5 - 10 items max. The rest of the options can be hidden via an overflow scroll container.
Further explanation and context here: #19657 (comment)
The text was updated successfully, but these errors were encountered: