In my OnItemClickListener routine, I want to dismiss the dropdown and replace the entered text with a label prefixing the entered text to confirm the selection. The later part is working but the dropdown stays on the screen until the Tab button is used to move the focus. Is this correct and if so, how can I do this programmatically?
thnx