From 7c04ec77b647f38ea761b07a84a109e8e4b3c428 Mon Sep 17 00:00:00 2001 From: Simek Date: Thu, 7 Aug 2025 13:03:30 +0200 Subject: [PATCH] port `lineBreakModeIOS` addition to the versioned docs --- website/versioned_docs/version-0.79/textinput.md | 10 ++++++++++ website/versioned_docs/version-0.80/textinput.md | 10 ++++++++++ 2 files changed, 20 insertions(+) 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`.