3 references to InteractionHelpers
Aspire.Hosting (1)
InteractionService.cs (1)
267var maxLength = InteractionHelpers.GetMaxLength(input.MaxLength);
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (2)
289[InlineData(InputType.Text, InteractionHelpers.DefaultMaxLength)] 304var resolvedMaxLength = InteractionHelpers.GetMaxLength(maxLength);