centripetum / toolkit

A component toolkit to be used with the Centripetum platform. https://github.com/orgs/centripetum/projects/1
MIT License
0 stars 0 forks source link

Password field #26

Open reubenberghan opened 5 years ago

reubenberghan commented 5 years ago

Solution Notes: This field extends the text field it to include additional functionality so it deals specifically with password inputs.

Acceptance Criteria:

  1. Validates input using the OWASP Password Strength Test validator
  2. Component applies Validation when the focus leaves the field
  3. Component displays validation message if validation returns failure
  4. Must not be able to grow beyond a single line
  5. Must have button to toggle show password or not (default to hidden)