Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android:inputType="textNoSuggestions" makes singleLine? #59

Open
D330 opened this issue Jun 18, 2018 · 1 comment
Open

android:inputType="textNoSuggestions" makes singleLine? #59

D330 opened this issue Jun 18, 2018 · 1 comment

Comments

@D330
Copy link

D330 commented Jun 18, 2018

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

@Jacks0N23
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants