Class type Dom_html.inputElement
inherit element
method defaultValue : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod defaultChecked : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod form : formElement Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.readonly_propmethod accept : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod accessKey : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod align : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod alt : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod checked : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod disabled : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod maxLength : int Js_of_ocaml.Js.propmethod name : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod readOnly : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod required : bool Js_of_ocaml.Js.t Js_of_ocaml.Js.writeonly_propmethod size : int Js_of_ocaml.Js.propmethod src : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod tabIndex : int Js_of_ocaml.Js.propmethod _type : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.readonly_propmethod useMap : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod value : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod select : unit Js_of_ocaml.Js.methmethod files : Js_of_ocaml.File.fileList Js_of_ocaml.Js.t Js_of_ocaml.Js.optdef Js_of_ocaml.Js.readonly_propmethod placeholder : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.writeonly_propmethod selectionDirection : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t Js_of_ocaml.Js.propmethod selectionStart : int Js_of_ocaml.Js.propmethod selectionEnd : int Js_of_ocaml.Js.propmethod onselect : ('self Js_of_ocaml.Js.t, event Js_of_ocaml.Js.t) event_listener Js_of_ocaml.Js.propmethod onchange : ('self Js_of_ocaml.Js.t, event Js_of_ocaml.Js.t) event_listener Js_of_ocaml.Js.propmethod oninput : ('self Js_of_ocaml.Js.t, event Js_of_ocaml.Js.t) event_listener Js_of_ocaml.Js.propmethod onblur : ('self Js_of_ocaml.Js.t, focusEvent Js_of_ocaml.Js.t) event_listener Js_of_ocaml.Js.propmethod onfocus : ('self Js_of_ocaml.Js.t, focusEvent Js_of_ocaml.Js.t) event_listener Js_of_ocaml.Js.prop