You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a problem when I set:
android:inputType="textEmailAddress"
to the ChipsMultiAutoCompleteTextview. When I do that, I can't make it multiline. I try with all these properties:
android:lines="20"
android:ems="10"
android:scrollHorizontally="false"
android:scrollbars="vertical"
android:singleLine="false"
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem when I set:
android:inputType="textEmailAddress"
to the ChipsMultiAutoCompleteTextview. When I do that, I can't make it multiline. I try with all these properties:
android:lines="20"
android:ems="10"
android:scrollHorizontally="false"
android:scrollbars="vertical"
android:singleLine="false"
The text was updated successfully, but these errors were encountered: