textNoSuggestions is ignored by 2.0.1 emulator

textNoSuggestions is ignored by 2.0.1 emulator...am I doing something wrong? I am using the stock settings which has a 12 key softkeyboard.


Asked by: Aida803 | Posted: 25-01-2022






Answer 1

Try Kurru's and also jax's answer

android:inputType="textNoSuggestions|textVisiblePassword"

from here

Answered by: Samantha435 | Posted: 26-02-2022



Similar questions

Is there an equivalent to Android's textNoSuggestions in HTML?

If I have an input element of type "text", is there a way to prevent the Android keyboard from making suggestions when inputting to that element? In a native Android app this would be "textNoSuggestions", but is there an equivalent for the web?


android - How to show the enter button in keyboard after adding textNoSuggestions to editText?

Basically I'm trying to remove the suggestion underline from the editText and which is done by textNoSuggestions in editText . But now the problem is keyboard is not showing the enter button . So, I wonder how to show the enterKey even after adding the flag ? Code: <EditText android:id="@+id/editTxt" android:textColor="#001919" android:gravity="st...






Still can't find your answer? Check out these communities...



Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android



top