Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 10 additions & 0 deletions website/versioned_docs/version-0.79/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi

---

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

Set line break mode on iOS. Possible values are `wordWrapping`, `char`, `clip`, `head`, `middle` and `tail`.

| Type | Default |
| -------------------------------------------------------------------------- | ---------------- |
| enum(`'wordWrapping'`, `'char'`, `'clip'`, `'head'`, `'middle'`, `'tail'`) | `'wordWrapping'` |

---

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

Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `hangul-word` and `push-out`.
Expand Down
10 changes: 10 additions & 0 deletions website/versioned_docs/version-0.80/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi

---

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

Set line break mode on iOS. Possible values are `wordWrapping`, `char`, `clip`, `head`, `middle` and `tail`.

| Type | Default |
| -------------------------------------------------------------------------- | ---------------- |
| enum(`'wordWrapping'`, `'char'`, `'clip'`, `'head'`, `'middle'`, `'tail'`) | `'wordWrapping'` |

---

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

Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `hangul-word` and `push-out`.
Expand Down