Skip to content

Implement <textarea> caret rendering and behavior #22

Description

@FlorianRappl

Description
<textarea> lacks caret rendering/positioning behavior required for realistic text editing representation.

Scope

  • Render caret in textarea content at the correct logical/visual position.
  • Handle line wrapping/newlines for caret placement.
  • Integrate with selection/edit state model as currently supported.

Acceptance criteria

  • Caret is visible and correctly positioned for single-line and multi-line content.
  • Position updates with text/line changes.
  • Tests cover wrapped lines, empty content, and trailing newline cases.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions