3 references to InputRadioGroup
Microsoft.AspNetCore.Components.Web (2)
Forms\InputRadio.cs (1)
55throw 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)
89builder.OpenComponent<InputRadioGroup<TestEnum>>(0);