Module Goog.​Ui.​AutoComplete.​EventType

module EventType : sig..end

Events associated with the autocomplete


val _HILITE : Js.js_string Js.t

A row has been highlighted by the renderer.

val _SELECT : Js.js_string Js.t

A row has been selected by the renderer.

val _DISMISS : Js.js_string Js.t

A dismiss event has occurred.

val _CANCEL_DISMISS : Js.js_string Js.t

Event that cancels a dismiss event.

val _UPDATE : Js.js_string Js.t

Field value was updated. A row field is included and is non-null when a row has been selected. The value of the row typically includes fields: contactData and formattedValue as well as a toString function (though none of these fields are guaranteed to exist). The row field may be used to return custom-type row data.