mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2684 - Add hideOnRangeSelection property to Calendar
This commit is contained in:
parent
819da95142
commit
91cdaeecbd
4 changed files with 26 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue