We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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
vue-native-cli
Am I using Expo? No
Development platform (please complete the following information):
The device on which I run my Vue Native app
Additional context None
The text was updated successfully, but these errors were encountered:
This seems to be a duplicate of #305
Sorry, something went wrong.
No branches or pull requests
Description of the bug
The cursor moves left when typing in a TextInput with characters on the right.
To Reproduce
Steps to reproduce the behavior:
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):
The device on which I run my Vue Native app
Additional context
None
The text was updated successfully, but these errors were encountered: