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

max line not supported #109

Open
hrabiian2 opened this issue Aug 3, 2019 · 1 comment
Open

max line not supported #109

hrabiian2 opened this issue Aug 3, 2019 · 1 comment

Comments

@hrabiian2
Copy link

hi
thank for this library,its very nice.
but maxLines attribute not working for this edit text and i was forced to use singleLine attribute.
thanks again.

@bfahm
Copy link

bfahm commented Sep 28, 2019

You can achieve your single line requirement by adding those lines:
android:maxLines="1"
android:inputType="text"
inside the inner <studio.carbonylgroup.textfieldboxes.ExtendedEditText> tag.

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