Add blur event forwarding and update docs

This commit is contained in:
Ryan Marx 2024-01-09 20:43:14 -06:00
commit 9539ac46fd
6 changed files with 12 additions and 1 deletions

View file

@ -638,6 +638,7 @@
"events": [
{ "type": "forwarded", "name": "click", "element": "ButtonSkeleton" },
{ "type": "forwarded", "name": "focus", "element": "ButtonSkeleton" },
{ "type": "forwarded", "name": "blur", "element": "ButtonSkeleton" },
{
"type": "forwarded",
"name": "mouseover",
@ -719,7 +720,8 @@
{ "type": "forwarded", "name": "focus", "element": "a" },
{ "type": "forwarded", "name": "mouseover", "element": "a" },
{ "type": "forwarded", "name": "mouseenter", "element": "a" },
{ "type": "forwarded", "name": "mouseleave", "element": "a" }
{ "type": "forwarded", "name": "mouseleave", "element": "a" },
{ "type": "forwarded", "name": "blur", "element": "div" }
],
"typedefs": [],
"rest_props": { "type": "Element", "name": "a" }