Property
|
Default Value
|
Description
|
||
"autocompleteSearchDelay"
|
500
|
The set value is the time period in milliseconds after which the auto complete ajax call is fired to fetch user suggestions if the user has typed more than 2 characters.
Example:
When the value of the "autocompleteSearchDelay" is set to 3000, the ajax call is fired after 3 seconds if the user has typed more than 2 characters.
"report": {
"autocompleteSearchDelay" : 3000 } |