Skip to content

Commit

Permalink
fix radio buttons not acting like a group (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
gert-janvercauteren authored Sep 24, 2024
1 parent c964703 commit 102dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bpk-component-radio/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class GroupExample extends Component<{}, { value: string }> {
<BpkRadio
{...rest}
id={city}
name={city}
name='group_example'
label={city}
onChange={(event) => {
this.updateValue(event.target.value);
Expand Down

0 comments on commit 102dd9b

Please sign in to comment.