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
you can also use android:SingleLine="false" to use multiline for an EditText
android:SingleLine="false"