diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-15 05:43:19 -0400 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2011-03-15 05:43:19 -0400 |
commit | 779df6517d4e1bdd7ed3667537adb67c7443d15f (patch) | |
tree | 033cb13b8686976557fea5d225f9d29626359963 /tests | |
parent | 69ebdf46a596de6e6889f9532fdad6ad841cc765 (diff) | |
download | jquery-ui-779df6517d4e1bdd7ed3667537adb67c7443d15f.tar.gz jquery-ui-779df6517d4e1bdd7ed3667537adb67c7443d15f.zip |
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete: Add option to automatically highlight the first result
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/autocomplete/autocomplete_defaults.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/autocomplete/autocomplete_defaults.js b/tests/unit/autocomplete/autocomplete_defaults.js index fc92f3209..dd5007089 100644 --- a/tests/unit/autocomplete/autocomplete_defaults.js +++ b/tests/unit/autocomplete/autocomplete_defaults.js @@ -4,6 +4,7 @@ var autocomplete_defaults = { appendTo: "body", + autoFocus: false, delay: 300, disabled: false, minLength: 1, |