I have an application where I implemented an onKeyPressed
event listener for a text field.
In this listener I do a search for results like the input inmy database.
Is there a way that I can show an autocomplete list for the text box displaying the results of the database search?