openMF / Fineract-CN-mobile

DEPRECATED project - Check the Apache fineract-cn-mobile project instead
https://github.com/apache/fineract-cn-mobile
Apache License 2.0
17 stars 43 forks source link

Wrong input type in many fragments. #221

Closed ivary43 closed 6 years ago

ivary43 commented 6 years ago

Summary:

In many fragments the input type for a phone number is not numeric (i.e https://github.com/openMF/Fineract-CN-mobile/blob/c2a3743ca17f56319128377fdc2fea607b8c7e5c/app/src/main/res/layout/fragment_form_customer_contact.xml#L64
https://github.com/openMF/Fineract-CN-mobile/blob/c2a3743ca17f56319128377fdc2fea607b8c7e5c/app/src/main/res/layout/fragment_form_identification_details.xml#L45 https://github.com/openMF/Fineract-CN-mobile/blob/c2a3743ca17f56319128377fdc2fea607b8c7e5c/app/src/main/res/layout/fragment_form_overview_identification.xml#L46 )

Which should be converted to numeric type.

ivary43 commented 6 years ago

@therajanmaurya I would like to work on this issue.

AkshGautam commented 6 years ago

@ivary43 Please check #197 .it's the duplicate of that