mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1066 - hideIcon and showIcon for Password
This commit is contained in:
parent
6963002487
commit
092396ca9c
6 changed files with 37 additions and 1 deletions
|
@ -70,6 +70,18 @@ const PasswordProps = [
|
|||
type: "string",
|
||||
default: "null",
|
||||
description: "Style class of the input field."
|
||||
},
|
||||
{
|
||||
name: "hideIcon",
|
||||
type: "string",
|
||||
default: "pi pi-eye-slash",
|
||||
description: "Icon to hide displaying the password as plain text."
|
||||
},
|
||||
{
|
||||
name: "showIcon",
|
||||
type: "string",
|
||||
default: "pi pi-eye",
|
||||
description: "Icon to show displaying the password as plain text."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue