mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Chips | placeholder prop
This commit is contained in:
parent
62f45a7622
commit
8ff6f37f54
4 changed files with 21 additions and 1 deletions
|
@ -35,6 +35,12 @@ const ChipsProps = [
|
|||
default: "false",
|
||||
description: "When present, it specifies that the element should be disabled."
|
||||
},
|
||||
{
|
||||
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