Fixed that for IBAN only upper case characters can be entered

This commit is contained in:
dankito 2020-08-24 12:09:59 +02:00
parent 6fdbdba634
commit 1da6686e86
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
android:id="@+id/edtxtRemitteeIban"
android:layout_width="match_parent"
android:layout_height="@dimen/dialog_transfer_money_autocomplete_fields_height"
android:inputType="text"
android:inputType="textCapCharacters"
/>
</com.google.android.material.textfield.TextInputLayout>