Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ or control this param programmatically with native code.

- [`isFocused`](docs/textinput.html#isfocused)
- [`clear`](docs/textinput.html#clear)

- [`focus`](docs/textinput.html#focus)
- [`blur`](docus/textinput.html#blur)



Expand Down Expand Up @@ -984,3 +985,28 @@ Removes all text from the `TextInput`.



---

### `focus()`

```javascript
focus()
```

Focuses the `TextInput`.



---

### `blur()`

```javascript
blur()
```

Removes focus from the `TextInput`.