Interface: RichTextareaHandle
October 5, 2025 ยท View on GitHub
Interface: RichTextareaHandle
Defined in: src/textarea.tsx:87
Methods of RichTextarea.
All the others not mentioned are proxied to ref of textarea.
| Name | Type | Description |
|---|---|---|
| selectionStart | number | Same as original but has handling of composition event |
| selectionEnd | number | Same as original but has handling of composition event |
| setRangeText | Same as original but has fallback to document.execCommand("insertText") |
Extends
HTMLTextAreaElement