3 references to InputRadioGroup
Microsoft.AspNetCore.Components.Web (2)
Forms\InputRadio.cs (1)
55
throw new InvalidOperationException($"{GetType()} must have an ancestor {typeof(
InputRadioGroup
<TValue>)} " +
Forms\InputRadioGroup.cs (1)
19
/// Gets or sets the child content to be rendering inside the <see cref="
InputRadioGroup
{TValue}"/>.
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\InputRadioTest.cs (1)
89
builder.OpenComponent<
InputRadioGroup
<TestEnum>>(0);