keyPressTimeout in combo

hi, is there a way to use keyPressTimeout in a combo using server side data?
http://webix.com/snippet/6c6c9917
and what is the difference between using suggest in combo and using options

Hi,

Keypress timemeout can be set via complex combo configuration: http://webix.com/snippet/ee2d8a7c

Basically, there’s no difference between “suggest” and “options” properties if you use them for configuring form controls.

If you configure select data editors, “options” are used to define the datasource while “suggest” object contains the configuration for a popup window.

http://docs.webix.com/desktop__advanced_combo.html

thank you very much, you are very kind