Skip to content

Commit f98a66c

Browse files
committed
show maximum autocompletion results
1 parent ded8bd7 commit f98a66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cardian/builder.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Cardian.Builder do
3636
def build_autocomplete_choices(cards) do
3737
choices =
3838
cards
39-
|> Enum.take(10)
39+
|> Enum.take(25)
4040
|> Enum.map(&%{name: &1.name, value: &1.id})
4141

4242
%{

0 commit comments

Comments
 (0)