Skip to content

Commit f802d24

Browse files
committed
Add support for TargetEvent type in focus, blur callbacks
Summary: The documentation for `onBlur` and `onFocus` events either omits the native event type or incorrectly points to `LayoutEvent` as the event type. This should fix the issue
1 parent 7c3d00b commit f802d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/targetevent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: TargetEvent Object Type
77

88
## Example
99

10-
```js
10+
```
1111
{
1212
target: 1127
1313
}

0 commit comments

Comments
 (0)