peppermintpotato
New Member
I've been trying for weeks and I haven't been able to get and EditText to use multiple lines AND have no spelling suggestions.I need to put in different languages, so the autocorrect definitely can't be turned on, but it seems to interfere with letting it run multiple lines.I can get either of them to work, but not both at the same time.I've tried:\[code\]android:inputType="textFilter|textMultiLine|textNoSuggestions"\[/code\]and\[code\].setInputType(InputType.TYPE_TEXT_VARIATION_NORMAL | InputType.TYPE_TEXT_VARIATION_FILTER | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);\[/code\]and many other methods I found on google and here at SO none have worked. Maybe it's specific to my OS version? Is this a known error?