Skip to content

Commit

Permalink
changes after cr
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed May 4, 2023
1 parent 0876a4e commit 3f66d85
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,19 +227,9 @@ If `true`, the text field will blur when submitted. The default value is true fo

---

### `caretHidden`

If `true`, caret is hidden. The default value is `false`.

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

---

### `caretYOffset`

Allows to adjust caret postiion relative to the Y axis. The default value is `0`
Allows to adjust caret position relative to the Y axis. The default value is `0`.

| Type |
| ------ |
Expand All @@ -249,14 +239,24 @@ Allows to adjust caret postiion relative to the Y axis. The default value is `0`

### `caretHeight`

Allows to adjust caret height. The default value is `0`
Allows to adjust caret height. The default value is `0`.

| Type |
| ------ |
| number |

---

### `caretHidden`

If `true`, caret is hidden. The default value is `false`.

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

---

### `clearButtonMode` <div class="label ios">iOS</div>

When the clear button should appear on the right side of the text view. This property is supported only for single-line TextInput component. The default value is `never`.
Expand Down

0 comments on commit 3f66d85

Please sign in to comment.