Calendar | placeholder props added

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-12 14:57:12 +03:00
parent 72bc87cf65
commit 62f45a7622
4 changed files with 21 additions and 1 deletions

View file

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