We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b4952 commit 0ac57a7Copy full SHA for 0ac57a7
src/components/radios/components/Radio.tsx
@@ -64,7 +64,6 @@ const Radio: React.FC<RadioProps> = ({
64
<input
65
onChange={e => {
66
setSelected(radioReference);
67
- e.persist();
68
if (onChange) onChange(e);
69
}}
70
className={classNames('nhsuk-radios__input', className)}
0 commit comments