Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 847 Bytes

RichTextareaHandle.md

File metadata and controls

19 lines (12 loc) · 847 Bytes

APIDocs


Interface: RichTextareaHandle

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