mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2186 - Calendar input value added blur event
This commit is contained in:
parent
a90690a115
commit
d2fc2d2bca
4 changed files with 25 additions and 7 deletions
|
@ -349,9 +349,14 @@ const CalendarEvents = [
|
|||
description: "Callback to invoke on blur of input field.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event",
|
||||
name: "event.originalEvent",
|
||||
type: "object",
|
||||
description: "Blur event"
|
||||
description: "Browser event"
|
||||
},
|
||||
{
|
||||
name: "event.value",
|
||||
type: "string",
|
||||
description: "Input value"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue