mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #2921 - Password | missing required property
This commit is contained in:
parent
190f7d4400
commit
1d952f09cc
4 changed files with 22 additions and 1 deletions
|
@ -83,6 +83,12 @@ const PasswordProps = [
|
|||
default: "null",
|
||||
description: "Placeholder text for the input."
|
||||
},
|
||||
{
|
||||
name: "required",
|
||||
type: "boolean",
|
||||
default: "false",
|
||||
description: "When present, it specifies that an input field must be filled out before submitting the form."
|
||||
},
|
||||
{
|
||||
name: "inputId",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue