Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add caretYOffset and caretHeight props to textinput.md #3709

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
20 changes: 20 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,26 @@ If `true`, caret is hidden. The default value is `false`.

---

### `caretYOffset`

Allows to adjust caret postiion relative to the Y axis. The default value is `0`
Simek marked this conversation as resolved.
Show resolved Hide resolved

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

---

### `caretHeight`

Allows to adjust caret height. The default value is `0`
Simek marked this conversation as resolved.
Show resolved Hide resolved

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

---
Simek marked this conversation as resolved.
Show resolved Hide resolved

### `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