created:4/21/2021
updated:4/21/2021
source lines:43
comments %:9
PasswordInput
grommet-controls
3.0.1A password field with show/hide password toggle. All properties of DropInput apply.
Name | Description | Default | |
---|---|---|---|
IPasswordInputOwnProps (4 properties) | |||
a11yViewPassword | Custom view password title to be used by screen readers string | View password | |
a11yHidePassword | Custom hide password title to be used by screen readers string | Hide password | |
viewIcon | Icon to view the password Element | <FormView /> | |
hideIcon | Icon to hide the password Element | <Hide /> | |
IDropInputOwnProps (14 properties) | |||
TextInputProps (19 properties) | |||
Attributes (1 properties) | |||
InputHTMLAttributes (28 properties) | |||
HTMLAttributes (41 properties) | |||
AriaAttributes (48 properties) | |||
DOMAttributes (157 properties) |
6 commits
package | imports | peer |
---|---|---|
grommet-icons/icons/FormView ^2.15.0 | FormView | * |
grommet-icons/icons/Hide ^2.15.0 | Hide | * |
react ^17.0.1 | ReactComponent | * |
file | imports |
---|---|
"../DropInput" | |
"./PasswordInputProps" | IPasswordInputProps |