Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 27, 2024
1 parent 1a9c26e commit 234f686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/docs/12.x/docs/api/events/user-event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ The `pressIn` and `pressOut` events are sent by default but can be skipped by pa
- `blur`
The `submitEditing` event is skipped by default. It can sent by setting the `submitEditing: true` option.
The `endEditing` and `blur` events can be skipped by passing the `skipBlur: true` option.
## `clear()`
Expand Down
2 changes: 1 addition & 1 deletion website/docs/13.x-next/docs/api/events/user-event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The `pressIn` and `pressOut` events are sent by default but can be skipped by pa
- `blur`
The `submitEditing` event is skipped by default. It can sent by setting the `submitEditing: true` option.
The `endEditing` and `blur` events can also be skipped by passing the `skipBlur: true` option.
The `endEditing` and `blur` events can be skipped by passing the `skipBlur: true` option.
## `clear()`
Expand Down

0 comments on commit 234f686

Please sign in to comment.