Skip to content Skip to sidebar Skip to footer

Set Edittext To Be Multiline(enter Is Carrige Return) And Not Display Suggestions

I am trying to set a Android EditText to be Multiline, and not display any suggestions. textView.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_FLA

Solution 1:

I have solved this issue. I was using SwiftKey keyboard, swapping to the default Google keyboard seems to work perfectly. My guess is swiftkey doesn't have some of these methods implemented?


Post a Comment for "Set Edittext To Be Multiline(enter Is Carrige Return) And Not Display Suggestions"