Open
Description
Describe the bug
When using a large multi-line text input field, the view does not automatically scroll to the cursor when it is placed somewhere within the text. This issue occurs particularly when the text field is large in height.
Code snippet
This issue can be reproduced with any basic text input field that has a height of 900 units or more.
To Reproduce
Steps to reproduce the behavior:
- Create a TextInput field with a height of 900 units.
- Fill the input with enough text to require scrolling.
- Place the caret (cursor) at a position within the text that is not currently visible on the screen.
Expected behavior
The view should automatically scroll to make the cursor visible whenever it is placed within the text.
Screenshots
A video demonstrating the issue:: https://cln.sh/HLlnFNpZ
Smartphone (please complete the following information):
- Device: any iphone or android
- RN version: 0.74.3
- RN architecture: old
- Library version: 1.13.3 (latest)