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
Works for me
android:inputType="textVisiblePassword|textMultiLine"