HITGIF/TextFieldBoxes

max line not supported

Opened this issue · 1 comments

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 commented

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.