Fixed #2152 - New input event for Calendar

This commit is contained in:
Tuğçe Küçükoğlu 2022-02-14 11:09:03 +03:00 committed by Tuğçe Küçükoğlu
parent 7441f842af
commit 5cbd68d720
4 changed files with 23 additions and 0 deletions

View file

@ -249,6 +249,17 @@ const CalendarProps = [
];
const CalendarEvents = [
{
name: "input",
description: "Callback to invoke when input field is being typed.",
arguments: [
{
name: "event",
type: "object",
description: "New date"
}
]
},
{
name: "date-select",
description: "Callback to invoke when a date is selected.",