From 93c209c1b9078d133741b76f550290e4eb871650 Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Sat, 16 Aug 2025 12:30:46 +0800 Subject: [PATCH] Long input option in sample --- playground/Stress/Stress.AppHost/InteractionCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/playground/Stress/Stress.AppHost/InteractionCommands.cs b/playground/Stress/Stress.AppHost/InteractionCommands.cs index a3382b2af4b..5c7e4bd0ae9 100644 --- a/playground/Stress/Stress.AppHost/InteractionCommands.cs +++ b/playground/Stress/Stress.AppHost/InteractionCommands.cs @@ -125,6 +125,7 @@ public static IResourceBuilder AddInteractionCommands(this IResourceBuilde KeyValuePair.Create("fish-pie", "Fish pie"), KeyValuePair.Create("soup", "Soup"), KeyValuePair.Create("beef-stew", "Beef stew"), + KeyValuePair.Create("welsh-pie", "Llanfair­pwllgwyngyll­gogery­chwyrn­drobwll­llan­tysilio­gogo­goch pie"), ] }; var numberOfPeopleInput = new InteractionInput { InputType = InputType.Number, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };