nachos icon indicating copy to clipboard operation
nachos copied to clipboard

android:inputType="textNoSuggestions" makes singleLine?

Open D330 opened this issue 6 years ago • 1 comments

I want to prohibit autocorrect, auto-dot, auto-capital letter and other things so that text can be entered only by character. I put android:inputType="textNoSuggestions" and got a singleLine effect. Spans and tokens do not go to the next line but continue to write on the first line

D330 avatar Jun 18 '18 13:06 D330

replace by this: android:inputType="textNoSuggestions|textMultiLine"

Jacks0N23 avatar Jun 26 '18 12:06 Jacks0N23