ignoring text suggestions on username inputs, to avoid the spell checker introducing word breaks
This commit is contained in:
parent
b78fb532ff
commit
825f14d919
|
@ -150,7 +150,7 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:imeOptions="actionNext"
|
android:imeOptions="actionNext"
|
||||||
android:inputType="text"
|
android:inputType="textNoSuggestions"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:nextFocusForward="@id/loginPasswordInput" />
|
android:nextFocusForward="@id/loginPasswordInput" />
|
||||||
|
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:imeOptions="actionNext"
|
android:imeOptions="actionNext"
|
||||||
android:nextFocusForward="@id/createAccountPasswordInput"
|
android:nextFocusForward="@id/createAccountPasswordInput"
|
||||||
android:inputType="text"
|
android:inputType="textNoSuggestions"
|
||||||
android:maxLines="1" />
|
android:maxLines="1" />
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
Loading…
Reference in New Issue