Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autocomplete: Default autoFocus to true

This commit is contained in:
Richard Worth 2011-03-28 11:13:53 -04:00
parent 6fc98deef0
commit b5e67861bb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
var autocomplete_defaults = {
appendTo: "body",
autoFocus: true,
autoFocus: false,
delay: 300,
disabled: false,
minLength: 1,

View File

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