Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to disable spell checker for Android AutoCompleteTextView?

I've searched for this problem but not found any answers for my case.
I have an AutoCompleteTextView and some strings as suggestions (city names).

Android marks them with red line.

enter image description here

I think it's Android's spell checker. How can I prevent spell checking?

like image 777
shift66 Avatar asked Jul 17 '13 14:07

shift66


1 Answers

Found the best solution:

android:inputType="textPhonetic"
like image 55
shift66 Avatar answered Oct 24 '22 17:10

shift66