You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified the bug exists in the latest version of @synergy-design-system/components (e.g. via pnpm install @synergy-design-system/components).
I can provide a simple, reproducible example of the issue (e.g. via code-sandbox or sample code, ...).
I would be willing to provide a PR for this issue.
Version
The bug occurred with the following version of the component library: Any
Component
The issue arises when using the following component(s): syn-radio-group, syn-radio
Environment
The issue occurred with the following operating system(s): All
The issue occurred in the following browser(s): All
Description
When using an <syn-radio-group> with required set to true, it is not possible to select <syn-radio> elements that do not have a value property set when clicking on the item the first time.
Checklist (for the issue creator)
@synergy-design-system/components
(e.g. viapnpm install @synergy-design-system/components
).Version
The bug occurred with the following version of the component library: Any
Component
The issue arises when using the following component(s): syn-radio-group, syn-radio
Environment
The issue occurred with the following operating system(s): All
The issue occurred in the following browser(s): All
Description
When using an
<syn-radio-group>
with required set to true, it is not possible to select<syn-radio>
elements that do not have a value property set when clicking on the item the first time.This can be seen at https://codepen.io/schilchSICKAG/pen/JjgOxyv?editors=1000 in Shoelace. I also created a Shoelace Issue for this at shoelace-style/shoelace#2229.
Acceptance criteria
<syn-radio>
elements should be clickable when there is no value set andrequired
is set to true.The text was updated successfully, but these errors were encountered: