Password | placeholder prop

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-12 15:10:10 +03:00
parent c6d34c9b60
commit a1be1d24bc
4 changed files with 21 additions and 2 deletions

View file

@ -77,6 +77,12 @@ const PasswordProps = [
default: "pi pi-eye",
description: "Icon to show displaying the password as plain text."
},
{
name: "placeholder",
type: "string",
default: "null",
description: "Placeholder text for the input."
},
{
name: "inputId",
type: "string",