Disable Android AutoCompleteTextView after user selects item from drop down

前端 未结 5 1053
北海茫月
北海茫月 2021-02-07 06:47

I\'m using Android\'s AutoCompleteTextView with a CursorAdapter to add autocomplete to an app. In the view\'s onItemClickListener() (i.e.

5条回答
  •  情深已故
    2021-02-07 07:31

    You can use the dismissDropDown() method of the AutoCompleteTextView object. Take a look at the documentation.

提交回复
热议问题