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