bootstrap_typeahead: Remove fixed argument.

Tippy uses a different strategy for positioning items, so this
will not be required.
This commit is contained in:
Aman Agrawal
2024-04-24 09:15:05 +00:00
committed by Tim Abbott
parent 12984c9cef
commit 689489573a
6 changed files with 1 additions and 20 deletions

View File

@@ -170,7 +170,6 @@ function build_page(): void {
return [...language_labels.keys()];
},
items: 5,
fixed: true,
helpOnEmptyStrings: true,
highlighter_html: (item: string): string =>
render_typeahead_item({primary: language_labels.get(item)}),