android EditText disable spell check and leave multiline -


i have edittext intended multiline.
a default input type performs spell checking , red lines drawn below edittext if word "incorrect".
i want disable feature.
tried android:inputtype="textnosuggestions", edittext no longer multiline.
please tell me possible solutions.

add this:

android:inputtype="textmultiline|textnosuggestions" 

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -