EyeSeeTea / EReferralsApp

eReferrals blessed repository
GNU General Public License v3.0
0 stars 1 forks source link

PhoneNumber validation and PhoneOwnership #191

Open BRaimbault opened 5 years ago

BRaimbault commented 5 years ago

Seems that if you select PhoneOwnership = "Her" and then "No", a value will be passed with the key PhoneNumber which is the country code eg: "+255", this is likely to be due to the PhoneNumber validation being run and then the value not being cleaned up when the show hide logic applies.

ifoche commented 5 years ago

@BRaimbault we're unable to reproduce this bug either. When we check the json that we're sending it doesn't look that the value is there...Do you have any further detail that may give us the clue to see what we are not doing like you?