mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Accessibility for Password
This commit is contained in:
parent
a0e4b8d886
commit
92c6d5c5bb
4 changed files with 88 additions and 2 deletions
|
@ -5,6 +5,18 @@ const PasswordProps = [
|
|||
default: "null",
|
||||
description: "Value of the component."
|
||||
},
|
||||
{
|
||||
name: "id",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Unique identifier of the element."
|
||||
},
|
||||
{
|
||||
name: "inputId",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Identifier of the underlying input element."
|
||||
},
|
||||
{
|
||||
name: "promptLabel",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue