Skip to content

Commit 6c9fd92

Browse files
Update packages/main/src/webComponents/RadioButton/index.tsx
Co-authored-by: Lukas Harbarth <lukas742@gmx.net>
1 parent 19d0c86 commit 6c9fd92

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/webComponents/RadioButton

1 file changed

+1
-1
lines changed

packages/main/src/webComponents/RadioButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface RadioButtonPropTypes extends Omit<WithWebComponentPropTypes, 'o
6666
}
6767

6868
/**
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.
7070
* **Note:** If `RadioButton` is not part of a group, it can be selected once, but can not be deselected back.
7171
*
7272
* <a href="https://sap.github.io/ui5-webcomponents/playground/components/RadioButton" target="_blank">UI5 Web Components Playground</a>

0 commit comments

Comments
 (0)