I have an AutoCompleteTextView with an ArrayAdapter associated to it.
While typing, the suggestions' list pops up, when I select the word from the list it is put into the text field and the list of suggestions disappears, but... it pops up again showing the suggestions compatible with the choice made.
Is there a way to prevent the list to pop up again by itself after the selection?
Another thing, how can I close the keyboard as I choose one of the suggested words?
While typing, the suggestions' list pops up, when I select the word from the list it is put into the text field and the list of suggestions disappears, but... it pops up again showing the suggestions compatible with the choice made.
Is there a way to prevent the list to pop up again by itself after the selection?
Another thing, how can I close the keyboard as I choose one of the suggested words?