API • Docs
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") |
HTMLInputElement