Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ComboBox Widget #153

Open
ecton opened this issue May 17, 2024 · 0 comments
Open

Add ComboBox Widget #153

ecton opened this issue May 17, 2024 · 0 comments

Comments

@ecton
Copy link
Member

ecton commented May 17, 2024

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
ecton added a commit that referenced this issue Jun 7, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant