Skip to content

Commit

Permalink
fix(cc-zone-picker): use checked property instead of attribute
Browse files Browse the repository at this point in the history
Fixes #1265
  • Loading branch information
florian-sanders-cc committed Jan 16, 2025
1 parent 39f2723 commit fc7ac6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cc-zone-picker/cc-zone-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class CcZonePicker extends CcFormControlElement {
name="zone"
.value="${zone.code}"
?disabled=${disabled}
?checked="${isZoneSelected}"
.checked="${isZoneSelected}"
id="${zone.code}"
aria-describedby="${ifDefined(zoneSectionHeaderId)}"
/>
Expand Down

0 comments on commit fc7ac6d

Please sign in to comment.