Open
Description
Description of the bug
The cursor moves left when typing in a TextInput with characters on the right.
<text-input v-model="value" />
To Reproduce
Steps to reproduce the behavior:
- Create text-input with v-model
- Add text
- Move cursor position to the left
- Type
What I expected
The cursor stays on the right of the text typed in
What I got
The cursor moves the left side of the character typed in.
Screenshots
If applicable, add screenshots to help explain your problem.
Did I use vue-native-cli
to create the project?
No
Am I using Expo?
No
Development platform (please complete the following information):
- OS: Android
- Shell/terminal: ZSH
The device on which I run my Vue Native app
- Device: OnePlus 7 Pro
- OS: Android 10
Additional context
None