mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #1234 - Add input, focus, blur events for InputSwitch
This commit is contained in:
parent
51976dacda
commit
b13d8d517f
4 changed files with 37 additions and 5 deletions
|
@ -27,6 +27,18 @@ const InputSwitchEvents = [
|
|||
{
|
||||
name: "change",
|
||||
description: "Callback to invoke on value change."
|
||||
},
|
||||
{
|
||||
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