1 type derived from InputText
BasicTestApp (1)
FormsTest\InputWithCustomValueParser.cs (1)
8public class InputWithCustomValueParser : InputText
2 references to InputText
Microsoft.AspNetCore.Components.Web.Tests (2)
Forms\InputTextTest.cs (2)
13var rootComponent = new TestInputHostComponent<string, InputText> 20var inputSelectComponent = await InputRenderer.RenderAndGetComponent(rootComponent);