Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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.

  • No labels