Refactor Calendar Accessibility

This commit is contained in:
Tuğçe Küçükoğlu 2022-07-25 13:17:49 +03:00
parent 5bc5759671
commit ff24ba30da
4 changed files with 11 additions and 23 deletions

View file

@ -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",