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: packages/main/src/webComponents/RadioButton/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ export interface RadioButtonPropTypes extends Omit<WithWebComponentPropTypes, 'o
66
66
}
67
67
68
68
/**
69
-
* The `RadioButton` component enables users to select a single option from a set of options. When a `RadioButton` is selected by the user, the `select` event is fired. When a `RadioButton` that is within a group is selected, the one that was previously selected gets automatically deselected. You can group radio buttons by using the `name` property.
69
+
* The `RadioButton` component enables users to select a single option from a set of options. When a `RadioButton` is selected by the user, the `onSelect` event is fired. When a `RadioButton` that is within a group is selected, the one that was previously selected gets automatically deselected. You can group radio buttons by using the `name` property.
70
70
* **Note:** If `RadioButton` is not part of a group, it can be selected once, but can not be deselected back.
71
71
*
72
72
* <a href="https://sap.github.io/ui5-webcomponents/playground/components/RadioButton" target="_blank">UI5 Web Components Playground</a>
0 commit comments