Bug #4908
openSettings - Country affiliation - phone number field should not have a character limit; however, the form currently requires exactly 10 characters to be entered in order to save.
0%
Description
phone number field should not have a character limit; however, the form currently requires exactly 10 characters to be entered in order to save.
If the input contains fewer or more than 10 characters, the affiliation is not added.
save does not respond.
https://drive.google.com/file/d/10x6q1zwyVYqhErv6cHeIxPobgkNhIor0/view?usp=drive_link
Note: It is applicable for Work number and Alternate number fields
Files
Updated by Vengadeshwaran R 4 days ago
- Status changed from Resolved to New
- Assignee changed from Neela Chinnappa to kumar r
Mentioned issue is not fixed.
Steps:
Login to vitagist
Click on the top right side profile
Click on Country affiliation and click on add button
Enter less than 10 characters in the input field.
Click the Save button.
The Save button does not respond. Valid error message should appear.
Additionally
"Based on below condition updated the phone number added.
total 13 characters
12 numbers and 1 special character
only + is allowed"
The input format like "+919922334455" is not accepted and save button not responding but it should be allowed. [add /edit page as well]
Note: It is applicable for Work number and Alternate number fields.
Link - https://drive.google.com/file/d/1hsMYWccGVKc55H1BL3aslNpniF9Xk750/view?usp=drive_link
Updated by kumar r 4 days ago
- File Simulator Screenshot - iPad (10th generation) - 2025-07-15 at 17.13.34.png Simulator Screenshot - iPad (10th generation) - 2025-07-15 at 17.13.34.png added
- File Simulator Screenshot - iPad (10th generation) - 2025-07-15 at 16.45.45.png Simulator Screenshot - iPad (10th generation) - 2025-07-15 at 16.45.45.png added
- Status changed from New to Resolved
- Assignee changed from kumar r to Neela Chinnappa
Update the alert view. In mobile number format based on the bug updated in app for the api request in back-end need to update the validation on server side.