Skip to content

Commit

Permalink
fix(Field.Selection): make it possible to disable radio variants (#3086)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakbjerk authored Dec 15, 2023
1 parent cb89fa4 commit 980cabd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function Selection(props: Props) {
vertical={layout === 'vertical'}
on_change={handleRadioChange}
value={String(value ?? '')}
disabled={disabled}
{...pickSpacingProps(props)}
>
{options.map((option, i) => (
Expand Down

0 comments on commit 980cabd

Please sign in to comment.