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

Text Search on ComboBox #485

Open
bdlukaa opened this issue Aug 22, 2022 · 3 comments
Open

Text Search on ComboBox #485

bdlukaa opened this issue Aug 22, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@bdlukaa
Copy link
Owner

bdlukaa commented Aug 22, 2022

As users type characters on a physical keyboard while focused on an open or closed combo box, candidates matching the user's string are brought into view. This functionality is especially helpful when navigating a long list. For example, when interacting with a drop-down containing a list of states, users can press the "w" key to bring "Washington" into view for quick selection. The text search is not case-sensitive.

Additional context

@bdlukaa bdlukaa added the enhancement New feature or request label Aug 22, 2022
@gerryhigh
Copy link

gerryhigh commented Aug 18, 2024

This is a basic feature that is really needed and should be built in to the control

@bdlukaa
Copy link
Owner Author

bdlukaa commented Aug 19, 2024

@gerryhigh You can use an EditableComboBox while this feature is not implemented.

@gerryhigh
Copy link

Well, the editable combox doesn't work when you type (it doesn't select anything, just beeps) and then secondly provides a completely wrong UIX for the user on a field that isn't supposed to be editable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants