mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor Calendar Accessibility
This commit is contained in:
parent
5bc5759671
commit
ff24ba30da
4 changed files with 11 additions and 23 deletions
|
@ -95,7 +95,6 @@ const CalendarProps = [
|
|||
default: "null",
|
||||
description: "The minimum selectable date."
|
||||
},
|
||||
|
||||
{
|
||||
name: "maxDate",
|
||||
type: "Date",
|
||||
|
@ -228,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: "id",
|
||||
type: "string",
|
||||
default: "null",
|
||||
description: "Identifier of the element."
|
||||
},
|
||||
{
|
||||
name: "inputId",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue