-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Add ElementReference to InputRadioGroup & InputRadio #40804
Copy link
Copy link
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-form-validationThis issue is related to forms validation in BlazorThis issue is related to forms validation in Blazorhelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Milestone
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-form-validationThis issue is related to forms validation in BlazorThis issue is related to forms validation in Blazorhelp wantedUp for grabs. We would accept a PR to help resolve this issueUp for grabs. We would accept a PR to help resolve this issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
The InputRadioGroup & InputRadio doesn't have the
ElementReferenceunlike the other Blazor form components. I'm trying to set focus on these controls and since they don't haveElementReferenceI wasn't able to call theFocusAsyncextension method.Describe the solution you'd like
Add ElementReference to InputRadioGroup & InputRadio so I can set focus on these components without using the JS interop.
Additional context
No response