Skip to content

Commit 26dc802

Browse files
authored
Long input option in sample (#10999)
1 parent 58ac64c commit 26dc802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/Stress/Stress.AppHost/InteractionCommands.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ public static IResourceBuilder<T> AddInteractionCommands<T>(this IResourceBuilde
125125
KeyValuePair.Create("fish-pie", "Fish pie"),
126126
KeyValuePair.Create("soup", "Soup"),
127127
KeyValuePair.Create("beef-stew", "Beef stew"),
128+
KeyValuePair.Create("welsh-pie", "Llanfair­pwllgwyngyll­gogery­chwyrn­drobwll­llan­tysilio­gogo­goch pie"),
128129
]
129130
};
130131
var numberOfPeopleInput = new InteractionInput { InputType = InputType.Number, Label = "Number of people", Placeholder = "Enter number of people", Value = "2", Required = true };

0 commit comments

Comments
 (0)