Skip to content

Commit

Permalink
Update packages/wow-ui/src/components/Chip/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: SeieunYoo <[email protected]>
  • Loading branch information
strawji02 and SeieunYoo authored Nov 14, 2024
1 parent dd1c460 commit 1795712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/Chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const Chip: ChipComponent & { displayName?: string } = forwardRef(
aria-disabled={disabled}
aria-label={`chip ${ischecked ? "activated" : "inactivated"}`}
data-selected={ischecked}
ischecked="true"
ischecked={String(ischecked)}
ref={ref}
role={clickable ? "checkbox" : undefined}
style={style}
Expand Down

0 comments on commit 1795712

Please sign in to comment.