how to disable spell checker for Android AutoCompleteTextView? -
i've searched problem not found answers case.
have autocompletetextview , strings suggestions (city names).
android marks them red line.
i think it's android's spell checker. how can prevent spell checking?
found best solution:
android:inputtype="textphonetic"
Comments
Post a Comment