Skip to content

Commit

Permalink
TextInput: Add readOnly prop (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Sep 6, 2022
1 parent cea5507 commit 010d7cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,16 @@ The text color of the placeholder string.

---

### `readOnly`

If `true`, text is not editable. The default value is `false`.

| Type |
| ---- |
| bool |

---

### `returnKeyLabel` <div class="label android">Android</div>

Sets the return key to the label. Use it instead of `returnKeyType`.
Expand Down

0 comments on commit 010d7cd

Please sign in to comment.