Autocomplete.MinAutoFindSymbolsCount

Syntax

getMinAutoFindSymbolsCount();

setMinAutoFindSymbolsCount(value: Number);

Parameters

value. Minimum number of characters for which autocomplete suggestions are searched.

Description

The MinAutoFindSymbolsCount property sets minimum length of the line for which a suggestion appears.

Comments

Use the setMinAutoFindSymbolsCount method to set the property value and the getMinAutoFindSymbolsCount method to get the property value. Property value cannot be set from JSON.

By default the minimum length of the line for which a suggestion appears is set to three characters.

Example

The property use is given in description of the Autocomplete constructor.

See also:

Autocomplete