Skip to content

Commit

Permalink
Merge pull request #63 from GlennReilly/fix_error_scenario_if_user_en…
Browse files Browse the repository at this point in the history
…ters_lowercase_letters_in_passport_number

fix error scenario if user enters lowercase letters in passport number
  • Loading branch information
tananaev authored Sep 13, 2024
2 parents d28a123 + 1865ebf commit 5fa8fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
android:id="@+id/input_passport_number"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textCapCharacters"
android:hint="@string/input_passport_number" />

</com.google.android.material.textfield.TextInputLayout>
Expand Down

0 comments on commit 5fa8fbe

Please sign in to comment.