-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Problem
The radio input type in the themes comparison page (/playground/themes/inputs) does not appear to be styled correctly across themes, and may not function properly (selection behavior).
Steps to reproduce
- Navigate to
/playground/themes/inputs - Observe the Radio A / Radio B inputs in the Checkbox & Radio section
Expected
- Radio buttons should match the theme's visual style
- Selecting Radio A should deselect Radio B and vice versa (they share the same
nameattribute)
Affected themes
All 10 themes — no theme appears to style radio inputs distinctively.
Notes
The InputField radio type may be missing theme-level CSS rules for [type='radio'] elements, or the name attribute grouping may not be wired correctly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels