mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2152 - New input event for Calendar
This commit is contained in:
parent
7441f842af
commit
5cbd68d720
4 changed files with 23 additions and 0 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue