I have a TextField inside of a ForEach in a LazyVStack in a ScrollView. When the TextField is long enough that it goes off screen and you need to scroll to view the full text, when I tap on the TextField towards the bottom, the screen jumps up and then back down and ends up landing in the wrong position and does not show me where the cursor is.
Video
I’ve tried using ScrollViewReader with .scrollTo to solve the issue but no configuration of that resolved my problem.