therajanmaurya commented on a change in pull request #61: fix: Restricted text
characters in Mobile fields
URL: https://github.com/apache/fineract-cn-mobile/pull/61#discussion_r289630261
##########
File path: app/src/main/res/layout/fragment_form_customer_contact.xml
##########
@@ -75,7 +75,7 @@
<EditText
android:hint="@string/optional_mobile"
android:id="@+id/et_mobile"
- android:inputType="text"
+ android:inputType="phone"
Review comment:
Revert back, I might have set `text` for some reason.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services