Skip to content

Commit

Permalink
refactor(radio button): replace 'div' with 'fieldset'
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Lopes <[email protected]>
  • Loading branch information
tomas-sucena and MRita443 authored Dec 4, 2024
1 parent cf3b9f7 commit ddd6197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/forms/radio-buttons.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let selectedOption: string;
</script>

<div>
<fieldset>
{#each options as option}
<input
id="radio-{option}"
Expand Down

0 comments on commit ddd6197

Please sign in to comment.