google/elemental2

Missing setSelectionRange

andreaselias opened this issue · 2 comments

HTMLInputElement should also have setSelectionRange function.

Also selectionStart, selectionEnd, selectionDirection, setRangeText (maybe others); see https://html.spec.whatwg.org/multipage/input.html#the-input-element:concept-element-dom

Will be fixed when #86 is fixed.

External contribution is welcome