Skip to content

Commit

Permalink
feat: Add readOnly prop to TextInput docs and deprecate editable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Aug 30, 2022
1 parent 47d6a70 commit 43f5bb5
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 43f5bb5

Please sign in to comment.