impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

refactor: Trigger confirm password validation after losing focus #222

Closed maiertech closed 1 month ago

maiertech commented 1 month ago

Description

When confirming a password during profile creation, the validation triggers immediately after typing the first character.

The validation should trigger only when the field loses focus.

Spin-off issue from https://github.com/impierce/identity-wallet/issues/211.

Motivation

Create a polished UX.

Resources

No response

To-do List