Interface: RichTextareaHandle

October 5, 2025 ยท View on GitHub

API


Interface: RichTextareaHandle

Defined in: src/textarea.tsx:87

Methods of RichTextarea.

All the others not mentioned are proxied to ref of textarea.

NameTypeDescription
selectionStartnumberSame as original but has handling of composition event
selectionEndnumberSame as original but has handling of composition event
setRangeTextSame as original but has fallback to document.execCommand("insertText")

Extends

  • HTMLTextAreaElement