You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -283,6 +283,8 @@ When initializing an autocomplete, there are a number of options you can configu
283
283
284
284
*`autoselectOnBlur` – If `true`, when the input is blurred, the first rendered suggestion in the dropdown will automatically have the `cursor` class, and pressing `<ENTER>` will select it. This option should be used on mobile, see [#113](https://github.com/algolia/autocomplete.js/issues/113)
285
285
286
+
*`tabAutocomplete` – If `true`, pressing tab will select the first rendered suggestion in the dropdown. Defaults to `true`.
287
+
286
288
*`hint` – If `false`, the autocomplete will not show a hint. Defaults to `true`.
287
289
288
290
*`debug` – If `true`, the autocomplete will not close on `blur`. Defaults to `false`.
0 commit comments