8000 Cursor is not moved to the end when text-input already has a value · Issue #129 · Mottie/Keyboard · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Cursor is not moved to the end when text-input already has a value #129
Closed
@mrumpf

Description

@mrumpf

I'm not sure whether this is a bug or a feature, but when the text input has some default text "foobar" and the keyboard is shown, the text is taken over fine, but the cursor is placed in front of the first letter.
"|foobar".
This behavior is quite inconvenient as in usage scenarios where the keyboard is used (touch) it is often hard to place the cursor at the right position.
there should be a property which controls where the cursor will be set: cursorPosition: BEGIN, #pos, END
And "END" might be a good default.

Another option would be to select the whole value when the keyboard is displayed.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0