I'm encountering an issue with the TextEditor in my app when users input long texts. Specifically, when entering a large amount of text with many lines, not all of the text is visible.
For example, after inputting the entire story of Cinderella, adding or deleting text causes the text towards the end to become obscured and not visible.
A sample project illustrating this issue is available on GitHub:
https://github.com/fuziki/TextEditorManyLinesIssue
I have included a video in the project file demonstrating this issue.
Is there a way to resolve this issue?
Platform and Development Environment.
iOS: iOS 17.5.1, Xcode 15.2 (15C500b)