issues
search
dominikh
/
go-js-dom
MIT License
252
stars
42
forks
source link
Add Select() method to HTMLInputElement.
#5
Closed
dmitshur
closed
10 years ago
dmitshur
commented
10 years ago
According to
https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement
, it has that method, just like
https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement
does (which this package already supports).
Note that HTMLInputElement and HTMLTextAreaElement share many other common methods like CheckValidity, SetCustomValidity, SetSelectionRange, but this package only supports the latter.
Tested and it works in latest stable Chrome.
dominikh
commented
10 years ago
Merged as ea29a994f6d6b2f7e4c7793dbf9941ea05a66665, thanks.