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
When clicking "Sign in" without filling in any fields, the Customer ID field does not display a red border to indicate validation failure, even though it has a required * sign.
Steps to Reproduce
Navigate to the Authentication form. login > LoginCustomFieldsView.java
Leave all fields (Customer ID, Username, Password) blank.
Click the "Sign in" button.
Observe the behavior of the Customer ID field.
Expected Behavior
The Customer ID field should display a red border to indicate validation failure, similar to the Username and Password fields.
Actual Behavior
The Customer ID field remains without a red border, giving the impression that the field is not required, despite having the * indicator.
The text was updated successfully, but these errors were encountered:
Description
When clicking "Sign in" without filling in any fields, the Customer ID field does not display a red border to indicate validation failure, even though it has a required
*
sign.Steps to Reproduce
login > LoginCustomFieldsView.java
Expected Behavior
The Customer ID field should display a red border to indicate validation failure, similar to the Username and Password fields.
Actual Behavior
The Customer ID field remains without a red border, giving the impression that the field is not required, despite having the * indicator.
The text was updated successfully, but these errors were encountered: