Skip to content
Permalink
Browse files
Autocomplete: changed autoFocus default back to false. Reverts #7042 …
…- Autocomplete: Default autoFocus to true
  • Loading branch information
rdworth committed Mar 28, 2011
1 parent 6fc98de commit b5e6786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -4,7 +4,7 @@

var autocomplete_defaults = {
appendTo: "body",
autoFocus: true,
autoFocus: false,
delay: 300,
disabled: false,
minLength: 1,
@@ -22,7 +22,7 @@ $.widget( "ui.autocomplete", {
defaultElement: "<input>",
options: {
appendTo: "body",
autoFocus: true,
autoFocus: false,
delay: 300,
minLength: 1,
position: {

0 comments on commit b5e6786

Please sign in to comment.