Skip to content

Commit

Permalink
LPD-35824 Expose optionReference in DDM Single Selection form HTML in…
Browse files Browse the repository at this point in the history
…put field
  • Loading branch information
cgmonte authored and brianchandotcom committed Sep 10, 2024
1 parent 09ea4ff commit f9e3b81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const Radio = ({
containerProps={{
'data-checked': currentValue === option.value,
}}
data-option-reference={option.reference}
disabled={disabled}
key={option.value}
label={option.label}
Expand Down

0 comments on commit f9e3b81

Please sign in to comment.