Autocomplete.hideSuggestion

Syntax

hideSuggestion (target)

Parameters

target. ID or instance of a control linked to autocomplete system.

Description

The hideSuggestion method hides the menu that shows suggestions.

Comments

The method is called automatically on selecting a suggestion.

Example

The example of use is identical to the example given for the Autocomplete.showSuggestion method.

See also:

Autocomplete