I am making a signup page. I have added text field in it. I want to add auto suggestion in text fields. How to do it?
Asked
Active
Viewed 2,270 times
1 Answers
1
Check out these:
- controlsfx textfields AutoComplete
- ControlsFX's autocomplete TextField as follows:
TextFields.bindAutoCompletion(textfield,"text to suggest", "another text to suggest");
Use maven dependency OR download and add the controlsFX jar to the build path.

Zobia Kanwal
- 4,085
- 4
- 15
- 38
-
I am new to java. Is there any easy way? I cannot Understand it. – Apr 15 '19 at 20:34
-
Updated, please check. – Zobia Kanwal Apr 15 '19 at 21:55
-
Thankyou very much bro for your help. – Apr 16 '19 at 05:35
-
You're welcome. The right way to thank someone on stack overflow is to upvote and accept their answer. Once you get 15 reputation you will be able to upvote. – Zobia Kanwal Apr 16 '19 at 08:30
-
1Ok bro. I am new user. Now i understand it – Apr 16 '19 at 14:32