mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Password | placeholder prop
This commit is contained in:
parent
c6d34c9b60
commit
a1be1d24bc
4 changed files with 21 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue