PasswordInput
Capture password data from user
Import
Source
Docs
Package
Usage
PasswordInput
component supports Input and Input.Wrapper components features and all input
element props. PasswordInput
documentation does not include all features supported by the component – see Input documentation to learn about all available features.
Input description
Controlled
Controlled visibility toggle
Control visibility state with visible
and onVisibilityChange
props,
for example, the props can be used to sync visibility state between two inputs:
Change visibility toggle icon
To change visibility toggle icon, pass a React component that accepts reveal
prop to visibilityToggleIcon
:
Strength meter example
Password strength meter example with Progress and Popover components:
Error state
Invalid name
Styles API
PasswordInput
supports Styles API, you can add styles to any inner element of the component withclassNames
prop. Follow Styles API documentation to learn more.
Description
Error
Component Styles API
Hover over selectors to highlight corresponding elements
Get element ref
Accessibility
If PasswordInput
is used without label
prop, it will not be announced properly by screen reader:
Set aria-label
to make the input accessible. In this case label will not be visible, but screen reader will announce it:
If label
prop is set, input will be accessible it is not required to set aria-label
:
To set aria-label
on the visibility toggle button, use visibilityToggleButtonProps
prop: