Is it possible to have an EditText that allows multilines and doesn\'t show the suggestions? I tried with this code:
android:inputType=\"textFilter|textMulti
android:inputType="textVisiblePassword"
It is working on android 2.3.x and above.