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 0bf0466 commit cd13739Copy full SHA for cd13739
src/components/Choice.svelte
@@ -39,7 +39,7 @@
39
{#each options as option}
40
{#if multiple}
41
<input
42
- id={option.id}
+ id="{name}-{option.id}"
43
type="checkbox"
44
{name}
45
on:change={onChange}
@@ -49,7 +49,7 @@
49
{...$$restProps} />
50
{:else}
51
52
53
type="radio"
54
55
0 commit comments