Check documentation for the latest version of dhtmlxSuite enableAutocomplete DHTMLX Docs

enableAutocomplete

enables the automatic filling of the combo text field

void enableAutocomplete();

Example

myCombo.enableAutocomplete();

Related samples

Details

Used for the "start" filter-mode, enabled by default.

Autocomplete is enabled in the left combo in the image below:

See also
Change log

added in version 4.0

Back to top