0

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?

Zobia Kanwal
  • 4,085
  • 4
  • 15
  • 38

1 Answers1

1

Check out these:

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