How to set OnClick or OnSelection for ControlsFX CustomTextField autocomplete dropdown?

Viewed 941

I am using ControlsFX's CustomTextField. When I click on one of the autocomplete options, I need to clear the TextField and create a Tag so I can add it to a FlowPane. How do I set up an OnClick or OnSelectionChange listener or override the current OnClick?

enter image description here

1 Answers
Related