search

goog.ui.ac.InputHandler

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

Class for managing the interaction between an auto-complete object and a text-input or textarea.

new InputHandler( opt_separators, opt_literals, opt_multi, opt_throttleTime )

Parameters
opt_separators(string|null)=

Separators to split multiple entries. If none passed, uses ',' and ';'.

opt_literals(string|null)=

Characters used to delimit text literals.

opt_multi(boolean|null)=

Whether to allow multiple entries (Default: true).

opt_throttleTime(number|null)=

Number of milliseconds to throttle keyevents with (Default: 150). Use -1 to disable updates on typing. Note that typing the separator will update autocomplete suggestions.

Instance Methods

Instance Properties

Static Properties