Fixed #1066 - hideIcon and showIcon for Password

This commit is contained in:
Cagatay Civici 2021-05-18 12:57:22 +03:00
parent 6963002487
commit 092396ca9c
6 changed files with 37 additions and 1 deletions

View file

@ -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."
}
];