Skip to content

Commit

Permalink
* menu: restrict the menu to display a limited number of items by de…
Browse files Browse the repository at this point in the history
…fault.
  • Loading branch information
catouse committed Dec 9, 2024
1 parent b2b9529 commit d651f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/menu/src/component/search-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class SearchMenu<T extends SearchMenuOptions = SearchMenuOptions> extends
wrap: true,
nestedSearch: true,
underlineKeys: true,
limit: 200,
};

protected declare _searchKeys: string[];
Expand Down

0 comments on commit d651f55

Please sign in to comment.