JSCodeRun
JSCodeRun copied to clipboard
iPhone text editor autoscrolls to top when input is long
When the TextInput is overflowed and scrollable, scrolling jumps to where the cursor is at the top of the input
To Reproduce:
- Enter enough text to have the TextInput scrollable
- Scroll to the middle of the TextInput
- Type anything
The input will scroll unexpectedly
Expected: There should be no scrolling in this situation