π Feature Request
π Feature Description
Fix the password strength indicator so it only appears
after the user begins typing in the password field,
not on an empty field.
β Problem Statement
Currently on the Sign Up page, the password strength
indicator (progress bar + "Weak" label) is visible
immediately when the page loads β even before the user
has typed a single character in the password field.
This is confusing and misleading:
- "Weak" shown on an empty field makes no sense
- It looks like a UI glitch to the user
- Strength should only be evaluated after input begins
π‘ Proposed Solution
- Hide the strength bar and label by default
(display: none)
- Show them only when the password field has
at least 1 character typed
- Hide them again if the user clears the field
back to empty
π― Benefits
- Cleaner, less confusing UI on page load
- Strength indicator only appears when relevant
- Matches industry-standard behavior seen on
Google, GitHub, Myntra signup pages
π· Screenshots
Current Behavior:

π Feature Request
π Feature Description
Fix the password strength indicator so it only appears
after the user begins typing in the password field,
not on an empty field.
β Problem Statement
Currently on the Sign Up page, the password strength
indicator (progress bar + "Weak" label) is visible
immediately when the page loads β even before the user
has typed a single character in the password field.
This is confusing and misleading:
π‘ Proposed Solution
(display: none)
at least 1 character typed
back to empty
π― Benefits
Google, GitHub, Myntra signup pages
π· Screenshots
Current Behavior: