mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Calendar | placeholder props added
This commit is contained in:
parent
72bc87cf65
commit
62f45a7622
4 changed files with 21 additions and 1 deletions
|
@ -227,6 +227,12 @@ const CalendarProps = [
|
|||
default: "body",
|
||||
description: 'A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are "body" for document body and "self" for the element itself.'
|
||||
},
|
||||
{
|
||||
name: "placeholder",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Placeholder text for the input."
|
||||
},
|
||||
{
|
||||
name: "id",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue