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

JFXComboBox incremental search #1260

Open
valimaties opened this issue May 8, 2023 · 3 comments
Open

JFXComboBox incremental search #1260

valimaties opened this issue May 8, 2023 · 3 comments

Comments

@valimaties
Copy link

Hi.
I love to see the incremental search in JFXComboBox control when it is not Editable. So user cannot write in the text area, but will be very nice to be able to press letters on the keyboard and the combobox to search for the "inserted" text, and if the sequence of the keys typed from the keyboard was found, then the background of the text to be set as another colour. I've saw this in some controls on the web application, I think this could be made using CellFactory. Intercepting the key event, it may be written in a invisible TextField, and in the CellFactory class the text of the TextField can be used as the text to be displayed with another background if it is found in the items collection.
Someone with a good coding skills in JavaFX? 😁

@valimaties
Copy link
Author

valimaties commented May 17, 2023

Is this project maintained ? There are a lot of issues without any feedback, I want to know if this could be use in the future or should we search for other solutions?

@DropSnorz
Copy link
Contributor

Hi,

No, this project is not maintained anymore.

There is far more activity on the MaterialFx repository : https://github.com/palexdev/MaterialFX

@valimaties
Copy link
Author

Thank you @DropSnorz

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

2 participants