Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 836 Bytes

RichInputHandle.md

File metadata and controls

19 lines (12 loc) · 836 Bytes

APIDocs


Interface: RichInputHandle

Methods of RichInput.

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

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

  • HTMLInputElement