diff --git a/website/versioned_docs/version-0.79/textinput.md b/website/versioned_docs/version-0.79/textinput.md index 8b8b0e207a2..4cfd7d2798e 100644 --- a/website/versioned_docs/version-0.79/textinput.md +++ b/website/versioned_docs/version-0.79/textinput.md @@ -1056,6 +1056,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi --- +### `lineBreakModeIOS`
iOS
+ +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`
iOS
Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `hangul-word` and `push-out`. diff --git a/website/versioned_docs/version-0.80/textinput.md b/website/versioned_docs/version-0.80/textinput.md index cc52b1fdca7..6baf0db1c5b 100644 --- a/website/versioned_docs/version-0.80/textinput.md +++ b/website/versioned_docs/version-0.80/textinput.md @@ -1056,6 +1056,16 @@ The value to show for the text input. `TextInput` is a controlled component, whi --- +### `lineBreakModeIOS`
iOS
+ +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`
iOS
Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `hangul-word` and `push-out`.