mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Prevent duplicate event invocation
This commit is contained in:
parent
a3e3058c2f
commit
cae2bf165a
8 changed files with 6 additions and 48 deletions
|
@ -55,14 +55,6 @@ const CheckboxEvents = [
|
|||
{
|
||||
name: "input",
|
||||
description: "Callback to invoke on value change."
|
||||
},
|
||||
{
|
||||
name: "focus",
|
||||
description: "Callback to invoke when element receives focus."
|
||||
},
|
||||
{
|
||||
name: "blur",
|
||||
description: "Callback to invoke when element loses focus."
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue