Check documentation for the latest version of dhtmlxSuite allowFreeText DHTMLX Docs

allowFreeText

defines whether a combo accepts any entered text or the options from the list only

void allowFreeText(boolean state);
statebooleantrue/false, allow/disallow, "false" by default

Example

myCombo.allowFreeText(true);

Change log

added in version 4.0

Back to top