Skip to content

Commit

Permalink
Removed input restriction from NHS field
Browse files Browse the repository at this point in the history
  • Loading branch information
Aastha Malviya committed Aug 17, 2016
1 parent e58c75d commit ebc8160
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/personal_details_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@
<EditText
android:id="@+id/nhsEdittext"
style="@style/SingleLineEditTextStyle"
android:hint="@string/personal_details_nhs"
android:inputType="phone" />
android:hint="@string/personal_details_nhs" />

</android.support.design.widget.TextInputLayout>

Expand Down

0 comments on commit ebc8160

Please sign in to comment.