Skip to content

Commit

Permalink
update TextInput press callbacks type, refs #2205
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Sep 10, 2020
1 parent 347ba70 commit 7d2d912
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,19 +485,19 @@ Callback that is called when text input ends.

Callback that is called when a touch is engaged.

| Type | Required |
| -------- | -------- |
| function | No |
| Type | Required |
| ------------------------ | -------- |
| [PressEvent](pressevent) | No |

---

### `onPressOut`

Callback that is called when a touch is released.

| Type | Required |
| -------- | -------- |
| function | No |
| Type | Required |
| ------------------------ | -------- |
| [PressEvent](pressevent) | No |

---

Expand Down

0 comments on commit 7d2d912

Please sign in to comment.