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