Project

General

Profile

Bug #1473

Updated by khadija tul Kubra 3 days ago

On the login screen, the phone number input field allows users to enter an excessively long phone number without any validation or restriction. This can lead to invalid data submission and poor user experience. 

 
 **Steps to Reproduce** 
 Navigate to the login screen 
 Tap on the phone number input field 
 Enter a very long phone number (e.g., 20+ digits) 
 Observe the behavior 

 
 **Actual Result** 
 The field accepts unlimited digits 
 No validation message is shown 
 User is allowed to proceed with invalid phone number 
 **Expected Result:** 
 Phone number field should: 
 Restrict input length (e.g., 10–15 digits depending on requirement) 
 Show validation error for invalid input 
 Prevent submission with incorrect phone number

Back