Password input
Text inputs serve as a versatile means of gathering various types of data, each tailored to its specific purpose. Password inputs are one such type that differs from regular single-line inputs because they hide the data being entered, usually with a series of dots or asterisks.
It’s a good idea to give users the option to reveal the password they’ve entered (turning it back into real characters) if they need to check whether they’ve typed the correct password.
Pro Tip: To prevent users from not complying with password requirements, include a helper text next to the label.