Skip to content

Keep cursor position when insert text #3

@ichisadashioko

Description

@ichisadashioko

When we choose a label to append text to the EditText, we should insert at the cursor position instead of append at the end of the text string. The cursor position also should appear after the inserted character.

Examples:

| denotes the cursor.

  • あ|い -> insert -> あえ|い
  • |日 -> insert -> 今|日

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions