google / elemental2

Type checked access to browser APIs for Java code.
Apache License 2.0
150 stars 38 forks source link

Missing setSelectionRange #69

Closed andreaselias closed 5 years ago

andreaselias commented 6 years ago

HTMLInputElement should also have setSelectionRange function.

tbroyer commented 6 years ago

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

jDramaix commented 5 years ago

Will be fixed when #86 is fixed.

External contribution is welcome