From e1630cd91838e12b46e70210c4aaabf633be6961 Mon Sep 17 00:00:00 2001 From: Bartosz-Do Date: Fri, 7 Aug 2026 23:48:54 +0200 Subject: [PATCH] Fix radio input groups missing shared `name` across preview forms (#2826) --- preview/pages/job-listing.astro | 4 ++-- preview/pages/onboarding.astro | 8 ++++---- shared/components/forms/FormElements3.astro | 2 +- shared/ui/DropdownMenu.astro | 2 +- shared/ui/DropdownMenuAll.astro | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/preview/pages/job-listing.astro b/preview/pages/job-listing.astro index 71007082c..4c895e1ff 100644 --- a/preview/pages/job-listing.astro +++ b/preview/pages/job-listing.astro @@ -19,7 +19,7 @@ interface Job { const jobs = jobsData as Job[] const types = ['Programming', 'Design', 'Management / Finance', 'Customer Support', 'Sales / Marketing'] -const salaries = ['$20K - $50K', '$50K - $100K', '> $100K', 'Drawing / Painting'] +const salaries = ['$20K - $50K', '$50K - $100K', '> $100K'] --- @@ -48,7 +48,7 @@ const salaries = ['$20K - $50K', '$50K - $100K', '> $100K', 'Drawing / Painting' { salaries.map((salary, i) => ( )) diff --git a/preview/pages/onboarding.astro b/preview/pages/onboarding.astro index 6aa877803..de8596e1d 100644 --- a/preview/pages/onboarding.astro +++ b/preview/pages/onboarding.astro @@ -72,19 +72,19 @@ import FormGroup from '@ui/FormGroup.astro'
What are you planning to use this for?
- +
- +
- +
- +
diff --git a/shared/components/forms/FormElements3.astro b/shared/components/forms/FormElements3.astro index 6f0868652..285151c4d 100644 --- a/shared/components/forms/FormElements3.astro +++ b/shared/components/forms/FormElements3.astro @@ -46,7 +46,7 @@ const blueHex = (site as { colors: { blue: { hex: string } } }).colors.blue.hex return (
- +