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