mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2219 - Calendar keydown event
This commit is contained in:
parent
cc0e6c8580
commit
db46ee81af
4 changed files with 23 additions and 1 deletions
|
@ -360,6 +360,17 @@ const CalendarEvents = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "keydown",
|
||||
description: "Callback to invoke when a key is pressed.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event",
|
||||
type: "object",
|
||||
description: "Keydown event"
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
const CalendarSlots = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue