Skip to content

Commit

Permalink
[@mantine/core] Radio: Make value prop optional (mantinedev#2926)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 12, 2022
1 parent ebab71e commit 0ab9ab9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mantine-core/src/Radio/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export interface RadioProps
/** Radio label */
label?: React.ReactNode;

/** Radio value */
value: string;

/** Active radio color from theme.colors */
color?: MantineColor;

Expand Down

0 comments on commit 0ab9ab9

Please sign in to comment.