Fixed that for IBAN only upper case characters can be entered
This commit is contained in:
parent
6fdbdba634
commit
1da6686e86
|
@ -74,7 +74,7 @@
|
||||||
android:id="@+id/edtxtRemitteeIban"
|
android:id="@+id/edtxtRemitteeIban"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/dialog_transfer_money_autocomplete_fields_height"
|
android:layout_height="@dimen/dialog_transfer_money_autocomplete_fields_height"
|
||||||
android:inputType="text"
|
android:inputType="textCapCharacters"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
Loading…
Reference in New Issue