You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/radiogroup/overview.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,12 @@ See the [Input Validation](slug:common-features/input-validation) article for mo
103
103
104
104
## RadioGroup Reference and Methods
105
105
106
-
The RadioGroup provides a `FocusAsync` method that allows the application to focus the component programmatically. First, obtain reference to the component through its `@ref` attribute.
The RadioGroup provides a `FocusItemAsync` method that allows the application to focus a specific radio input programmatically. It accepts an integer parameter representing the index of the radio button you want to focus. To use it, obtain the component reference through its `@ref` attribute.
0 commit comments