Skip to content

Commit

Permalink
Related-Bug: #1456145 - Increasing the autocomplete delay to 500ms so…
Browse files Browse the repository at this point in the history
… that user

can enter text smoothly.

Change-Id: Iaac296187461d039e24ee19afecf7d72aaf58919
  • Loading branch information
manojgn committed May 27, 2015
1 parent 9b09b4c commit 63cf77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/contrail-elements.js
Expand Up @@ -272,7 +272,7 @@

function getComboboxOption(givenOptions) {
var option = {
delay: 0,
delay: 500,
minLength: 0,
placeholder: "Select...",
dataTextField: "value",
Expand Down

0 comments on commit 63cf77f

Please sign in to comment.