Check documentation for the latest version of dhtmlxSuite disableAutocomplete DHTMLX Docs

disableAutocomplete

disables the automatic filling of the combo text field

void disableAutocomplete();

Example

myCombo.disableAutocomplete();

Related samples

Details

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

In the image below autocomplete is enabled in the left combo:

See also
Change log

added in version 4.0

Back to top