Skip to content

Commit a2a963c

Browse files
Update the Limitations in Migration.md
1 parent d9c341d commit a2a963c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

MAUI/Rich-Text-Editor/Migration.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,11 @@ To migrate easily from [`Xamarin SfRichTextEditor`](https://help.syncfusion.com/
167167
<td>ToggleSuperscript()</td>
168168
<td>Toggles the selected text as super script format.</td>
169169
</tr>
170-
</table>
170+
</table>
171+
172+
## Limitations
173+
174+
* `Nested ScrollView:` RichTextEditor scroll behavior is incompatible with parent ScrollView containers and will be automatically disabled.
175+
* `AutoSize Configuration:` To prevent off-screen rendering when AutoSize is enabled, configure the MaximumHeightRequest property to constrain the control within viewport boundaries.
176+
* `Keyboard Interaction:` Toolbar visibility is affected when MaximumHeightRequest extends into the on-screen keyboard area, causing automatic hiding.
177+
* `Supported Content Types:` Editor content is restricted to plain text and HTML markup formats only.

0 commit comments

Comments
 (0)