Fixed #2684 - Add hideOnRangeSelection property to Calendar

This commit is contained in:
Tuğçe Küçükoğlu 2022-06-30 17:21:29 +03:00
parent 819da95142
commit 91cdaeecbd
4 changed files with 26 additions and 0 deletions

View file

@ -198,6 +198,12 @@ const CalendarProps = [
default: "false",
description: "Whether to hide the overlay on date selection when showTime is enabled."
},
{
name: "hideOnRangeSelection",
type: "boolean",
default: "false",
description: "Whether to hide the overlay on date selection is completed when selectionMode is range."
},
{
name: "timeSeparator",
type: "string",