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

Changed input validation on login form to passive #616

Conversation

Nikemare
Copy link
Contributor

@Nikemare Nikemare commented Oct 16, 2023

Description

Changed input validation of login form to passive. Validation will be triggered only by form submit now (click on Login button). This prevents OIDC button from moving before click event occurs.

Addressed Issue

Fixes #585

Additional Details

In BValidatedInputGroupFormInput mode of validation-provider will automatically fallback to default mode 'aggressive' if no mode is specified. Validation mode can be specified in other forms as well now.

Checklist

Fixes DependencyTrack#585

In BValidatedInputGroupFormInput mode of validation-provider will automatically fallback to default mode 'aggressive' if no mode is specified.

Signed-off-by: Nikemare <[email protected]>
@nscuro nscuro modified the milestone: 4.10 Oct 16, 2023
Copy link
Member

@nscuro nscuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Nikemare! 🙌

@nscuro nscuro merged commit 1c27f37 into DependencyTrack:master Oct 16, 2023
9 checks passed
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

Successfully merging this pull request may close these issues.

OIDC Button moves before click
2 participants