Skip to content

Commit

Permalink
Added documentation for scrollEnabled property on TextInput
Browse files Browse the repository at this point in the history
  • Loading branch information
baldursson committed May 17, 2018
1 parent 777a5a0 commit 2bef4db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions website/versioned_docs/version-0.55/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Note that on Android performing text selection in input can change app's activit
- [`placeholderTextColor`](textinput.md#placeholdertextcolor)
- [`returnKeyLabel`](textinput.md#returnkeylabel)
- [`returnKeyType`](textinput.md#returnkeytype)
- [`scrollEnabled`](textinput.md#scrollenabled)
- [`secureTextEntry`](textinput.md#securetextentry)
- [`selection`](textinput.md#selection)
- [`selectionColor`](textinput.md#selectioncolor)
Expand Down Expand Up @@ -592,6 +593,16 @@ The following values work on iOS only:

---

### `scrollEnabled`

If `false`, scrolling of the text view will be disabled. The default value is `true`. Does only work with 'multiline={true}'.

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | iOS |

---

### `secureTextEntry`

If `true`, the text input obscures the text entered so that sensitive text like passwords stay secure. The default value is `false`. Does not work with 'multiline={true}'.
Expand Down

0 comments on commit 2bef4db

Please sign in to comment.