Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Validation Indicator on Customer ID Field in LoginCustomFieldsView #150

Open
jturfanbasis opened this issue Dec 19, 2024 · 0 comments
Assignees

Comments

@jturfanbasis
Copy link

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

  1. Navigate to the Authentication form. login > LoginCustomFieldsView.java
  2. Leave all fields (Customer ID, Username, Password) blank.
  3. Click the "Sign in" button.
  4. 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.

image

@EHandtkeBasis EHandtkeBasis self-assigned this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants