Skip to content

Commit 613ef69

Browse files
authored
port lineBreakModeIOS addition to the versioned docs (#4694)
1 parent d5739b9 commit 613ef69

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

website/versioned_docs/version-0.79/textinput.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi
10561056

10571057
---
10581058

1059+
### `lineBreakModeIOS` <div class="label ios">iOS</div>
1060+
1061+
Set line break mode on iOS. Possible values are `wordWrapping`, `char`, `clip`, `head`, `middle` and `tail`.
1062+
1063+
| Type | Default |
1064+
| -------------------------------------------------------------------------- | ---------------- |
1065+
| enum(`'wordWrapping'`, `'char'`, `'clip'`, `'head'`, `'middle'`, `'tail'`) | `'wordWrapping'` |
1066+
1067+
---
1068+
10591069
### `lineBreakStrategyIOS` <div class="label ios">iOS</div>
10601070

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

website/versioned_docs/version-0.80/textinput.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi
10561056

10571057
---
10581058

1059+
### `lineBreakModeIOS` <div class="label ios">iOS</div>
1060+
1061+
Set line break mode on iOS. Possible values are `wordWrapping`, `char`, `clip`, `head`, `middle` and `tail`.
1062+
1063+
| Type | Default |
1064+
| -------------------------------------------------------------------------- | ---------------- |
1065+
| enum(`'wordWrapping'`, `'char'`, `'clip'`, `'head'`, `'middle'`, `'tail'`) | `'wordWrapping'` |
1066+
1067+
---
1068+
10591069
### `lineBreakStrategyIOS` <div class="label ios">iOS</div>
10601070

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

0 commit comments

Comments
 (0)