Skip to content

[bug]: /components/password - confirm-password field not invalidated when password changes #68

@kwaladev

Description

@kwaladev

Description:
When the user modifies the main password field after entering a value in the confirm-password field, the confirm-password input remains marked as valid even though the passwords no longer match.

Steps to Reproduce:

  1. Enter a password in the Password field.
  2. Enter the same value in the Confirm Password field (both are valid).
  3. Change the value of the Password field.
  4. Observe that the Confirm Password field remains valid instead of being revalidated.

Expected Behavior:
The Confirm Password field should immediately become invalid when the Password field value changes.

Actual Behavior:
The Confirm Password field remains valid even though the passwords no longer match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions