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
A useful widget is a combination of a text input and a dropdown list. Usually the dropdown list in a combobox is a "ListBox" type widget, which introduces this issue dependency:
We may need a little more control over sizing the dropdown overlay to make the list look as good as it can, assuming all of the contents fit.
This widget's text input mode should support two modes of operation:
Strict entry where only items that are in the list are allowed. Typing in the input acts as a type-ahead filter similar to what we need to implement in Add keyboard accessibility to Menu #150
Fuzzy entry where items autocomplete but arbitrary entry is allowed
The text was updated successfully, but these errors were encountered:
Refs #153
This turned out to be "needed" by the debug window due to how dynamic
locking was nested when a for_each call was being invoked. To keep the
code simple, for_each_subsequent was added.
A useful widget is a combination of a text input and a dropdown list. Usually the dropdown list in a combobox is a "ListBox" type widget, which introduces this issue dependency:
We may need a little more control over sizing the dropdown overlay to make the list look as good as it can, assuming all of the contents fit.
This widget's text input mode should support two modes of operation:
Menu
#150The text was updated successfully, but these errors were encountered: