Skip to content

Commit

Permalink
fix: pass required prop to radio group
Browse files Browse the repository at this point in the history
  • Loading branch information
justiandevs authored and Robbert committed Dec 11, 2024
1 parent 9bd83e5 commit 6d6c67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-beers-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@utrecht/radio-group-react": patch
---

pass required prop to radio group
1 change: 1 addition & 0 deletions packages/components-react/radio-group-react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const RadioGroup = forwardRef(
key={index}
name={name}
disabled={disabled}
required={required}
onChange={onChange}
onInput={onInput}
onFocus={onFocus}
Expand Down

0 comments on commit 6d6c67d

Please sign in to comment.