Class type Dom_html.inputElement
method defaultValue : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod defaultChecked : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.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 autocomplete : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod capture : 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 dirName : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod disabled : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.propmethod indeterminate : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.propmethod list : dataListElement Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod max : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod maxLength : int Js_of_ocaml__.Js.propmethod min : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.propmethod minLength : int Js_of_ocaml__.Js.propmethod multiple : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.propmethod name : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.readonly_propmethod pattern : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.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 step : 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 valueAsDate : Js_of_ocaml__.Js.date Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod valueAsNumber : Js_of_ocaml__.Js.number_t Js_of_ocaml__.Js.propmethod stepUp : unit Js_of_ocaml__.Js.methmethod stepUp_n : int -> unit Js_of_ocaml__.Js.methmethod stepDown : unit Js_of_ocaml__.Js.methmethod stepDown_n : int -> unit Js_of_ocaml__.Js.methmethod select : unit Js_of_ocaml__.Js.methmethod setSelectionRange : int -> int -> unit Js_of_ocaml__.Js.methmethod setSelectionRange_direction : int ->
int ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod files : Js_of_ocaml__.File.fileList Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod placeholder : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.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 labels : labelElement Js_of_ocaml__.Dom.nodeList Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod validity : validityState Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.readonly_propmethod validationMessage : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.readonly_propmethod willValidate : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.readonly_propmethod checkValidity : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod reportValidity : bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod setCustomValidity : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
unit Js_of_ocaml__.Js.methmethod popoverTargetElement : element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod popoverTargetAction : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t
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.prop