Password Inputs

A basic native password input, browsers use to save login information so recurring logins are saved (if saved).

Password

A password based text input, used to accept characters however hidden to the user.

Available Text Input Attributes

Attr Value Description
autocomplete on/off Specifies whether an element should have autocomplete enabled
autocomplete new-password Specifies whether an element should have autocomplete indicate it's a new password
autocomplete current-password Specifies whether an element should have autocomplete indicate it's a current password

With Label

A layout for password inputs with a label.

Password Visibility

Show and hide the password, allowing to user to be concise with their submission.


Useful notes and reading:

Useful Reading:

Related Components: