Skip to content

Commit 36afe9e

Browse files
committed
docs: tweaks
1 parent 5a992e9 commit 36afe9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

website/docs/12.x/docs/api/events/user-event.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ The `pressIn` and `pressOut` events are sent by default but can be skipped by pa
142142
- `blur`
143143
144144
The `submitEditing` event is skipped by default. It can sent by setting the `submitEditing: true` option.
145+
The `endEditing` and `blur` events can be skipped by passing the `skipBlur: true` option.
145146
146147
## `clear()`
147148

website/docs/13.x-next/docs/api/events/user-event.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The `pressIn` and `pressOut` events are sent by default but can be skipped by pa
136136
- `blur`
137137
138138
The `submitEditing` event is skipped by default. It can sent by setting the `submitEditing: true` option.
139-
The `endEditing` and `blur` events can also be skipped by passing the `skipBlur: true` option.
139+
The `endEditing` and `blur` events can be skipped by passing the `skipBlur: true` option.
140140
141141
## `clear()`
142142

0 commit comments

Comments
 (0)