inherit element
method _type : Js.js_string Js.t Js.readonly_propmethod selectedIndex : int Js.propmethod value : Js.js_string Js.t Js.propmethod length : int Js.propmethod form : formElement Js.t Js.opt Js.readonly_propmethod options : optionElement collection Js.t Js.readonly_propmethod disabled : bool Js.t Js.propmethod multiple : bool Js.t Js.propmethod name : Js.js_string Js.t Js.readonly_propmethod size : int Js.propmethod tabIndex : int Js.propmethod add : optGroupElement Js.t -> optGroupElement Js.t Js.opt -> unit Js.methmethod remove : int -> unit Js.methmethod required : bool Js.t Js.writeonly_propmethod onchange : ('self Js.t, event Js.t) event_listener Js.propmethod oninput : ('self Js.t, event Js.t) event_listener Js.prop