Prevent duplicate event invocation

This commit is contained in:
Cagatay Civici 2021-08-25 10:09:50 +03:00
parent a3e3058c2f
commit cae2bf165a
8 changed files with 6 additions and 48 deletions

View file

@ -43,14 +43,6 @@ const InputSwitchEvents = [
{
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."
}
];