Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to avoid soft keyboard showing auto correct suggestion?

I dont want my softkeyboard show these suggestions and any of the symbols like !, ", ,, :,'.

enter image description here

like image 904
Archie.bpgc Avatar asked Dec 10 '25 21:12

Archie.bpgc


1 Answers

To stop offering suggestions, add the following attribute to your EditText in XML:

android:inputType="textNoSuggestions"

and/or add multiple types using | as below:

android:inputType="textNoSuggestions | text"
like image 134
waqaslam Avatar answered Dec 12 '25 12:12

waqaslam



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!