3 references to Select
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (1)
363/// Gets or sets the options for the input. Only used by <see cref="InputType.Select"/> inputs.
Dashboard\DashboardService.cs (1)
199case ApplicationModel.InputType.Select:
Stress.AppHost (1)
Program.cs (1)
195new InteractionInput { InputType = InputType.Select, Label = "Dinner", Placeholder = "Select dinner", Required = true, Options =