Autocomplete Typeahead Delay



For auto-complete textboxes, there is a default delay of 200ms before the server is sent what the user typed. If the user types several keys without allowing 200ms to pass between them, then those keys are sent together in one request.

The delay can be increased to reduce the number of times the server is queried. Add the configuration option, pui["autocomplete typeahead delay"], to a settings JavaScript file.

Example Setting
pui["autocomplete typeahead delay"] = 1000; //Delay of 1 second, 1000 milliseconds.

Where do you save this configuration option? Here. 

This configuration option is available with versions of Profound UI later than Version 6 Fix Pack 2.1.