Passwords
Use the [type="password"]
attribute to obscure passwords and other sensitive information as the user types.
Coming Soon! Kelp will have a web component that let's users toggle visibility of an obscured field on and off.
<label for="password">Password</label>
<input type="password" id="password" name="password">