You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While editing a lead, the phone number input field allows the user to enter more than 10 digits. This can result in data violates standard phone number validation rules. The field should restrict the input to exactly 10 digits to maintain data.
Steps :
1.Navigate to the Leads section of the application.
2.Select an existing lead and click on the Edit option.
3.Locate the Phone Number field in the form.
4.Enter a phone number with more than 10 digits (e.g., 1234567890123).
5.Observe that the field accepts the input without any validation error.
The text was updated successfully, but these errors were encountered:
While editing a lead, the phone number input field allows the user to enter more than 10 digits. This can result in data violates standard phone number validation rules. The field should restrict the input to exactly 10 digits to maintain data.
Steps :
1.Navigate to the Leads section of the application.
2.Select an existing lead and click on the Edit option.
3.Locate the Phone Number field in the form.
4.Enter a phone number with more than 10 digits (e.g., 1234567890123).
5.Observe that the field accepts the input without any validation error.
The text was updated successfully, but these errors were encountered: