diff --git a/examples/Console/Prompt/Program.cs b/examples/Console/Prompt/Program.cs index ab2cee434..216d029f3 100644 --- a/examples/Console/Prompt/Program.cs +++ b/examples/Console/Prompt/Program.cs @@ -110,6 +110,7 @@ public static string AskFruit() { fruit = AnsiConsole.Prompt( new SelectionPrompt() + .EnableSearch() .Title("Ok, but if you could only choose [green]one[/]?") .MoreChoicesText("[grey](Move up and down to reveal more fruits)[/]") .AddChoices(favorites));