hootsuite/nachos

android:inputType="textNoSuggestions" makes singleLine?

D330 opened this issue · 1 comments

D330 commented

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

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