Skip to main content Accessibility Feedback
Skip to Documentation Content

Passwords

Use the [type="password"] attribute to obscure passwords and other sensitive information as the user types.

<label for="password">Password</label>
<input type="password" id="password" name="password">
Enhance it! Let users toggle password visibility with the <kelp-toggle-pw> web component.