Skip to content
New issue

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

v-model on TextInput moves cursor if typing in with characters on the right #311

Open
Sunhat opened this issue Apr 5, 2021 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@Sunhat
Copy link

Sunhat commented Apr 5, 2021

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:

  1. Create text-input with v-model
  2. Add text
  3. Move cursor position to the left
  4. 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

@RishabhKarnad RishabhKarnad added bug Something isn't working duplicate This issue or pull request already exists labels Apr 6, 2021
@RishabhKarnad
Copy link
Contributor

This seems to be a duplicate of #305

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants