Skip to content

Commit f9ec44d

Browse files
authored
Merge pull request #3597 from syncfusion-content/Tools-UG-Rich-text-editor
Update the Limitations in Migration.md
2 parents 000161c + 3818350 commit f9ec44d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

MAUI/Rich-Text-Editor/Migration.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,13 @@ 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+
173+
## Limitations
174+
175+
* `Nested ScrollView:` RichTextEditor scroll behavior is incompatible with parent ScrollView containers and will be automatically disabled.
176+
* `AutoSize Configuration:` To prevent off-screen rendering when AutoSize is enabled, configure the MaximumHeightRequest property to constrain the control within viewport boundaries.
177+
* `Keyboard Interaction:` Toolbar visibility is affected when MaximumHeightRequest extends into the on-screen keyboard area, causing automatic hiding.
178+
* `Supported Content Types:` Editor content is restricted to plain text and HTML markup formats only.
179+

0 commit comments

Comments
 (0)