Skip to content

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

Open
@Sunhat

Description

@Sunhat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions