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

Create ComboBox component #222

Open
Tracked by #59
rock3r opened this issue Oct 31, 2023 · 0 comments
Open
Tracked by #59

Create ComboBox component #222

rock3r opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels
new component A new component to implement
Milestone

Comments

@rock3r
Copy link
Collaborator

rock3r commented Oct 31, 2023

A combobox is a dropdown control that also allows you to type in a value. An example is the font size picker in the IDE Appearance settings:

image

As far as I can tell, Swing doesn't pre-select matching elements in the dropdown and doesn't offer auto-complete — except sometimes it does pre-select matching elements:

image

(on the same page)

We should offer the ability to pre-select one element. Only single-item selections are allowed. We should also allow the user to set a validation outline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new component A new component to implement
Projects
None yet
Development

No branches or pull requests

2 participants