diff --git a/docs/textinput.md b/docs/textinput.md
index 95963b98f16..2c50a8f3b88 100644
--- a/docs/textinput.md
+++ b/docs/textinput.md
@@ -1054,6 +1054,16 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han
---
+### `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'` |
+
+---
+
### `disableKeyboardShortcuts` iOS
If `true`, the keyboard shortcuts (undo/redo and copy buttons) are disabled. The default value is `false`.
diff --git a/website/versioned_docs/version-0.76/textinput.md b/website/versioned_docs/version-0.76/textinput.md
index 4127fccd83e..151e1edfc31 100644
--- a/website/versioned_docs/version-0.76/textinput.md
+++ b/website/versioned_docs/version-0.76/textinput.md
@@ -1021,6 +1021,16 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han
| ----------------------------------------------------------- | -------- |
| enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | `'none'` |
+---
+
+### `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'` |
+
## Methods
### `.focus()`
diff --git a/website/versioned_docs/version-0.77/textinput.md b/website/versioned_docs/version-0.77/textinput.md
index dedef925549..6e11f3ce1eb 100644
--- a/website/versioned_docs/version-0.77/textinput.md
+++ b/website/versioned_docs/version-0.77/textinput.md
@@ -1050,6 +1050,16 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han
---
+### `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'` |
+
+---
+
### `disableKeyboardShortcuts` iOS
If `true`, the keyboard shortcuts (undo/redo and copy buttons) are disabled. The default value is `false`.
diff --git a/website/versioned_docs/version-0.78/textinput.md b/website/versioned_docs/version-0.78/textinput.md
index dedef925549..6e11f3ce1eb 100644
--- a/website/versioned_docs/version-0.78/textinput.md
+++ b/website/versioned_docs/version-0.78/textinput.md
@@ -1050,6 +1050,16 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han
---
+### `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'` |
+
+---
+
### `disableKeyboardShortcuts` iOS
If `true`, the keyboard shortcuts (undo/redo and copy buttons) are disabled. The default value is `false`.